vote up 0 vote down star

I'd like to try out OpenGL programming in Scheme.

Can anyone give a recommendation for a decent Scheme compiler / OpenGL library combination?

I have no reservations, though it would be nice (but not a requirement) to be able to produce native, executable binaries — primarily on Windows, but also on UNIX and/or Mac OS X.

EDIT: Changed to community wiki, since the question does not have a definite answer I can accept. Thanks for the replies!

flag
1  
If you ask for native you have to specify the platform. – Nikolai Ruhe Oct 28 at 18:51

4 Answers

vote up 3 vote down check

PLT Scheme includes OpenGL bindings in 2 forms, one that matches the C API, and one that's more "scheme" like in usage.

link|flag
vote up 1 vote down

Gambit-C Has some "3rd party" Open GL bindings, available in the dumping grounds.

link|flag
vote up 1 vote down

Chicken Scheme has an egg that provides OpenGL bindings. IMHO, it's not well documented; if you are not familiar with OpenGL already, then this library isn't the right place to start learning.

link|flag
vote up 1 vote down

http://spark-scheme.wikispot.org/Home

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.