[EMAIL PROTECTED] wrote:
> I'm soon going to be starting on a little program that needs to output
> tabular information to a large LCD or Plasma screen. Python is, of
> course, my preferred language.
>
> My first instinct is PyGame, which I have programming for a PC monitor
> before.

If all you want to do is use a normal video card output,  pygame will
do just fine.

If you want to try some fancy effects (alpha blending, 3D transitions),
have a look at  PyOpenGL, or another OpenGL based library. There are
lots of links on pygame.org.


-- Simon Wittber - http://www.entitycrisis.com/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to