borodust / cl-bodge

Feature-rich game framework for Common Lisp
http://borodust.org/projects/cl-bodge/
MIT License
174 stars 14 forks source link

Memory management #1

Closed borodust closed 7 years ago

borodust commented 7 years ago

Need to keep track of all the foreign objects (from OpenGL, OpenAL, ODE, etc) and release them in the most unobtrusive way possible.

borodust commented 7 years ago

See dispose et al.