From 32af41202f104c9419f51c4c3f68badb759b3225 Mon Sep 17 00:00:00 2001 From: Johan Ceuppens Date: Mon, 16 Jan 2012 17:09:03 +0000 Subject: [PATCH] scheme48-fb --- scsh/scgame/README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scsh/scgame/README b/scsh/scgame/README index 03e0fcc..8c401e2 100644 --- a/scsh/scgame/README +++ b/scsh/scgame/README @@ -1 +1,10 @@ scgame is a drawing package and should be useful to make widgets + +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. + +Eventually X11 should be supported. + +-- Johan