Movitz VGA Source
M Bealby <[email protected]> Fri, 09 Mar 2007 18:20:40 +0000 (GMT)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
I am going to be busy this weekend and I really wanted to put something out there for people to play with. Hence I've uploaded a diff of the work so far. The diff is quite large because the test splash image is uncompressed, maybe someone could hack simple run length encoding in over the weekend. However, I did take the comments about the size into consideration -- I bzipped the diff! :) It also contains simple vector drawing functions. I've been in contact with Frederic Jolliton regarding his cl-vectors[2] library and it seems possible to port. However, it might take some time, so I ported across simpler routines from Cyrus Harmons ch-image[3] for the time being. Hope people have fun with this and build upon it. If you get some non-blocking keyboard reads going and a little loop you could probably write a little asteriods game. All the best, Martin http://ccgi.bealbywm.plus.com/blog/ [1] http://www.bealbywm.plus.com/movitz/vga-0.1.diff.bz2 [2] http://projects.tuxee.net/cl-vectors/ [3] http://cyrusharmon.org/cl/projects/ch-image/