0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use polygon-data when provided. More... about 14 years ago
Don't use global *tessellator*, pass polygon-data. More... about 14 years ago
Still not working... More on remove global *tessellator*, allow arbitrary polygon-data. More... about 14 years ago
In progress, not working! Don't use *active-tessellator*. Allow for arbitrary polygon-data. More... about 14 years ago
Init on glut:display-window instead of glut:display More... about 14 years ago
Move CLOSE event bookkeeping out of the high-level callback GF. More... about 14 years ago
Merge pull request #28 from luismbo/for-3b
3b
More... about 14 years ago
Document GLUT:CLOSE's #+darwin call to DESTROY-WINDOW. More... about 14 years ago
Remove global vars. Don't force run main loop. More... about 14 years ago
Rename *start-lists* in tess, tess-wind, quadric and bezcurve. Set run-main-loop-after-display locally. Apply other changes recommended by 3b. More... over 14 years ago
Merge remote-tracking branch 'upstream/master' More... over 14 years ago
add enums for more mouse buttons More... over 14 years ago
add enums for more mouse buttons More... over 14 years ago
include molview example in cl-glut-examples More... over 14 years ago
update molview example from hcsw.org/downloads/molview.lisp (new license) More... over 14 years ago
update molview example from hcsw.org/downloads/molview.lisp (new license) More... over 14 years ago
typo fix glut:get-modifers -> glut:get-modifiers, closes #24 More... over 14 years ago
typo fix glut:get-modifers -> glut:get-modifiers, closes #24 More... over 14 years ago
Merge remote branch 'masonium/master' More... over 14 years ago
Restore lines deleted by mistake. More... over 14 years ago
Explicitly declare generic functions for tessellators. More... over 14 years ago
Finish bezcurve example. More... over 14 years ago
Bezcurve example (needs fixing). More... over 14 years ago
Clear vertex data length of tessellator object. More... over 14 years ago
changed function names in emit-gl-array-bind-clause for tex-coord, edge-flag, and vertex-attrib to ,func-name. (was giving errors for not having %gl:tex-coord) More... over 14 years ago
changed function names in emit-gl-array-bind-clause for tex-coord, edge-flag, and vertex-attrib to ,func-name. (was giving errors for not having %gl:tex-coord) More... over 14 years ago
Quadrics example and a function. More... over 14 years ago
Convert combined vertex-data to array of gl-arrays. More... over 14 years ago
Use different names for init functions. When both tess and tess-wind were loaded, tess was calling the init function of init-wind which killed glut... More... over 14 years ago
Few stylistic changes. More... over 14 years ago