sunterlib/scsh/scgame/README

15 lines
406 B
Plaintext
Raw Normal View History

2012-01-16 16:14:35 -05:00
scgame is a drawing package.
2012-01-16 12:09:03 -05:00
For a working putpixel method check out the scheme48-fb as a basis for
scsh images. You can get it at http://soft.vub.ac.be/~jceuppen/scheme/
fb stands for linux's framebuffer to draw on.
2012-01-16 16:14:35 -05:00
In the above scheme48-1.8-fb-x11 packages, X11 window drawing is
supported with xputpixel method.
2012-01-16 12:56:27 -05:00
2012-01-16 16:14:35 -05:00
Do read the packages' README and HACKING files if you run into any
2012-01-16 15:28:49 -05:00
problems.
2012-01-16 12:09:03 -05:00
-- Johan