On Tue, Jan 15, 2013 at 10:52:35AM -0500, plutek wrote: > ok, cool... that makes sense! i didn't realize to what degree the libraries > were providing low-level support.
Yes, They do. A bit ago I realised how much we support; OpenGL + shader files Audio in &out Video in &out (both realtime like webcams and videos) (with augmented reality stuff) Images in&out MIDI in&out OSC in&out 3d .obj files in&out fonts On top of that we basically support everything that Racket supports so that is stuff Scheme standards like defining your entire own language if you like and also nice racket things like dealing with internet; web servers, there is even a Yabber chat library. I might have missed a thing or two :-). Without libraries this would be a bit -well- let's be generous and call it "challenging". That said; getting all of them in place can take a bit, especially the first time. Yours, Kas.
