Python directly on SVGA screen

Burkhard Kloss bk at xk7.com
Fri Oct 27 09:26:53 EDT 2000


> I want to use Python to develop application to run on a PC/LINUX without
> Standard Screen.
>
> (it has an arcade monitor on a VGA card, thats work fine in DOS with
> appropriate
> driver)
>
> It seems that one solution is to use SVGALIB that can also use such a
> monitor.
>
> But I can't find SVGALIB-PYTHON library (like Perl has) ?
If it's not wrapped already, then you could use SWIG (http://www.swig.org/ )
to make SVGALIB available in Python.





More information about the Python-list mailing list