Loading README.md +2 −0 Original line number Diff line number Diff line Freetype GL - A C OpenGL Freetype engine ======================================== [](https://travis-ci.org/crakouille/freetype-gl) This code intends to show how to display fonts efficiently using regular C, Freetype and OpenGL. The idea is to use a single texture and a single vertex buffer. The code is fairly simple and organized as follow: Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Freetype GL - A C OpenGL Freetype engine ======================================== [](https://travis-ci.org/crakouille/freetype-gl) This code intends to show how to display fonts efficiently using regular C, Freetype and OpenGL. The idea is to use a single texture and a single vertex buffer. The code is fairly simple and organized as follow: Loading