tangrams / fontstash-es

Text rendering and text shaping for OpenGL ES
Other
58 stars 8 forks source link

Remove glm dependency #3

Closed karimnaaji closed 9 years ago

karimnaaji commented 9 years ago

Remove the glm dependency since we're not using anymore matrix transformations except while computing the orthographic camera projection which is done explicitly now.