Version 3 (modified by 18 years ago) (diff) | ,
---|
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: