aconstlink / natus

[Discontinued] Software Framework for Audio/Visual/Interactive Real-Time Applications
https://aconstlink.de
MIT License
0 stars 0 forks source link

Text Renderer needs Refactoring #250

Open aconstlink opened 3 years ago

aconstlink commented 3 years ago

The text_render_2d needs some improvements

At the moment, the quad array is fixed in size. This should be variable like in the sprite_render_2d class. Making the quad array variable requires to batch everything according to a batch size.