borodust / cl-bodge

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

Resource management #14

Closed borodust closed 7 years ago

borodust commented 7 years ago

Shaders, audio samples, vertex or animation data, etc - this system should be able to load resource and convert it to internal format consumable by engine systems.

borodust commented 7 years ago

Asset system is up and running