borodust / cl-bodge

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

Glyph instancing for text rendering #73

Open borodust opened 7 years ago

borodust commented 7 years ago

It is nice to render static texts with cached array buffers, but dynamic text is a problem with this approach. Current implementation would generate a lot of garbage when cache constantly overflows.