Playing with Freetype
November 17th, 2006I’ve always wanted to write simple text rendering engine for OpenGL. Many existing libraries aren’t good enough for my expectations. Simple ones were too simple and advanced ones had too much useless functions. Then I tried Freetype and it’s so simple to achieve my goal now. Creating font textures with that library is very easy. I’ll show it in action when I’m finished.
