Hi Jack , John ,
celebrating valentine's day?
yep
ok, problems ::
Racket : most one can find on the web , is based on gears.rkt which is translated from C - Racket uses two flavors for gl/glu : one somewhat Schemish , the other Cish - rather confusing and puzzling.
I tried to translate a simple program into several languages (the distribution of sunflower seeds )
- thinBasic with TBGL works fine , runs in native Win and Wine , CPU usage 60% during the main loop.
-newLISP (attached) runs fine under Linux, Win and Wine , CPU usage around 50% d t m l
-GFA compiler : can not set up the glFloat's needed setting up the Lights -- tried a lot like : cAllot , mAllot with single float pointers and addresses. (it runs around 25% CPU usage -- but no lights, materials there)
-Gauche , (attached) easy,, but runs at 100% CPU usage all the time -- I do not see any timer events nor sleep / yield (?)
** as for the sunflower
http://www.greenr.com/2012/01/12/sunflowers-inspire-solar-power best Rob (the newLISP seeds.lsp contains the bindings for gl/glu/glut for Linux (tested) , Win32 and MacOS )
.