scheme48 with SDL extension
Johan Ceuppens <[email protected]> Sun, 16 Aug 2015 14:30:33 +0200
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
Hello, I constructed a directory tree within scheme48 (not scsh) for making a SDL window which you can modify with a SDL_Surface screen pointer. You can easily add blitting for the image files of your choice and write anything for a SDL managed window. Games come to mind. It is cuspier than scx as your development time is less. Here's the source code : http://johan.yellowcouch.org/scheme Later on I'll probably add stuff with this into sunterlib with open game art. Best regards, Johan