ColinGilbert / noobwerkz-engine

My happy playground of programmer fun.
Apache License 2.0
20 stars 3 forks source link

Revamp font rendering code #17

Closed ColinGilbert closed 6 years ago

ColinGilbert commented 8 years ago

Goals:

Redo font buffer management in our own API.
Make FT glyphs available as texture components for reuse.
Keep the old rendering code for testing purposes.

Update:

Awaiting book on secure coding in order to do font handling right.
ColinGilbert commented 6 years ago

Done a nice long-time ago. :)