wiki:VgaDriver
close Warning: Can't synchronize with repository "(default)" (/project/movitz/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 3 (modified by sabetts, 18 years ago) (diff)

fix formatting

Documentation

See vga.lisp in the source.

Feature Requests

For games:

  • I think the next big step would be to add bitmaps and be able to blit them to the screen. Transparent pixels are, naturally, required. A full alpha channel would be super cool.
  • clearing rectangular regions
  • Printing text to the screen. Perhaps not to the screen, but at least to an internal buffer that can be blitted to the screen.

As mentioned on the mailing list, an approach that mimics SDL would be great.

For GUIs: