Re: Standard way of graphics in Linux
- From: Wolfgang Draxinger <wdraxinger@xxxxxxxxxxxxxxxx>
- Date: Wed, 13 Sep 2006 15:37:50 +0200
Herbert Kleebauer wrote:
No, I don't consider high level toolkits. I want to play around
at the lowest level using assembly code.
The lowest level you can use, is the one, the kernel gives you.
That are the syscalls. Linux is a multitasking operating
systems, which means, you can't just manipulate each and every
pice of the hardware like you want. Sorry, it's just not
possible. The kernel is responsible for the low level stuff,
you're doing high level.
The lowest level you could go would be svgalib to get the video
memory mapped into your program to play with. The niext higher
level would be DirectFB. And if you're really going to work
serious, that X11 and eventually OpenGL.
Wolfgang Draxinger
--
E-Mail address works, Jabber: hexarith@xxxxxxxxxx, ICQ: 134682867
GPG key FP: 2FC8 319E C7D7 1ADC 0408 65C6 05F5 A645 1FD3 BD3E
.
- Follow-Ups:
- Re: Standard way of graphics in Linux
- From: Herbert Kleebauer
- Re: Standard way of graphics in Linux
- References:
- Standard way of graphics in Linux
- From: Herbert Kleebauer
- Re: Standard way of graphics in Linux
- From: Bjoern Schliessmann
- Re: Standard way of graphics in Linux
- From: Herbert Kleebauer
- Standard way of graphics in Linux
- Prev by Date: Re: user-mode application detect USB device
- Next by Date: Re: Standard way of graphics in Linux
- Previous by thread: Re: Standard way of graphics in Linux
- Next by thread: Re: Standard way of graphics in Linux
- Index(es):
Relevant Pages
|