Large LCD/Plasma TV Output

simonwittber at gmail.com simonwittber at gmail.com
Thu Aug 31 01:39:49 EDT 2006


jslowery at gmail.com 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/




More information about the Python-list mailing list