Oliver Xymoron schrieb:

> Could you point me toward any available simple graphics packages for Linux
> on embedded platform.  I want to do 3D wireframe (only) on a vga color
> screen.  Need manipulation functions for rotate, scale, etc.

Depends on how simple you like it :-)

You could access the framebuffer directly and use on of the
many implementations of the primitive drawing routines
(blocks, lines, text).

The other way would be to use MesaGGI - this should
give you full OpenGL (AFAIK software rendering) with
little resources - bit didnīt tried that myself.

Last solutions: compile a tiny x-server (~800 Kbyte, no modules)
and use the standard software-rendering Mesa library

Bernhard

--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.

Reply via email to