On Thursday 23 August 2001 17:07, Dan Peters wrote:
> David Olofson wrote:
> > On Wednesday 22 August 2001 10:10, Stephane List wrote:

[...]

> > > Why don't try OpenGL too for 3D graphism; ;-)
> >
> > You can use SDL to set up the OpenGL screen in a clean and portable
> > way. (Far better than GLUT in pretty much every respect.) However,
> > there's a pretty limited choice of accelerated OpenGL drivers for
> > non-X targets.
>
> I really do not need any special 3d graphics, so I think GL is a bit
> overkill.
> basically, all I need is a few windows to display some temperature
> data, and another window to display image data, all in real time.

Should work great.


> > > The best way is to have a realtime PC without X, and to connect to
> > > it with an other PC through ssh for example.
>
> this is not pratical for my implementation. The whole thing must reside
> on an embedded PC, which sits inside the control unit.

That means you have full control over what drivers are used, which makes 
things even easier. You can just code for SDL and the try svgalib, fbdev 
and raw X with DGA 2 and see what works best for you. You don't have to 
support multiple pixel formats (ie 8, 15, 16, 24 and 32 bits/pixel) 
either, as you can dictate the choice of hardware and driver settings.


//David Olofson --- Programmer, Reologica Instruments AB

.- M A I A -------------------------------------------------.
|      Multimedia Application Integration Architecture      |
| A Free/Open Source Plugin API for Professional Multimedia |
`----------------------------> http://www.linuxdj.com/maia -'
.- David Olofson -------------------------------------------.
| Audio Hacker - Open Source Advocate - Singer - Songwriter |
`--------------------------------------> [EMAIL PROTECTED] -'

-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to