Ran accross this sample-code for a 3Dviewer in TCL:
http://wiki.tcl.tk/15032
I was quite surprised that TCL is fast enough for an acceptable performance on interactive viewing.
Maybe something which could be used in a newLISP-TK envirment.
;-)
3Dviewer in TCL
3Dviewer in TCL
Hans-Peter
By the way... Speaking of TK... have you seen the Window-Manager build in Tcl/TK ;-)
http://wiki.tcl.tk/13972
http://wiki.tcl.tk/13972
-- (define? (Cornflakes))
This is basically OpenGL and SDL wrapped in Tcl. You can have OpenGL and SDL or GLUT from Peter's website: http://www.turtle.dds.nl/gl4newlisp/index.html
This way you can talk to OpenGL directly without the extra step of an Tcl wrapper.
Lutz
This way you can talk to OpenGL directly without the extra step of an Tcl wrapper.
Lutz