[plt-scheme] OpenGL and GLUT
Hey there folks.
Recently I managed to grab a copy of [1]. The C code in the book is fairly simple, but I wished to
implement at least some of the exercises in scheme, PLT Scheme if possible.
Problem is, the book is uses a lot of Glut along with openGL. So, I was wondering if anyone knows some
binding or something else for that lib, or any other alternative.
A minor functional example of the C code along with a translation of the functionality (sans Glut, so won't show anything :( )
to PLT is attached along for those interested in helping out.
Any help would be appreciated
[1] http://www.amazon.com/Interactive-Computer-Graphics-Top-Down-Approach/dp/0321535863/
--
Eduardo Bellani
www.cnxs.com.br
More is not better (or worse) than less, just different.
– The paradigm paradox.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
URL: <http://lists.racket-lang.org/users/archive/attachments/20100118/4b8d2774/attachment.sig>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sierpinski-tetrahedron.c
Type: text/x-csrc
Size: 3044 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20100118/4b8d2774/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sierpinski-tetrahedron.scm
Type: text/x-scheme
Size: 5010 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20100118/4b8d2774/attachment-0001.bin>