Changes between Version 3 and Version 4 of VgaDriver
- Timestamp:
- 05/03/07 09:00:23 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VgaDriver
v3 v4 1 1 == Documentation == 2 2 3 See vga.lisp in the source.3 The VGA driver is fairly well documented in its source code. See vga.lisp in the source. 4 4 5 == Feature Requests ==6 7 For games:8 9 * 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.10 * clearing rectangular regions11 * Printing text to the screen. Perhaps not to the screen, but at least to an internal buffer that can be blitted to the screen.12 13 As mentioned on the mailing list, an approach that mimics SDL would be great.14 15 For GUIs:16
