rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Update font rendering to use VAs #41

Closed benishor closed 8 years ago

benishor commented 8 years ago

The current font rendering implementation is pretty crude, using immediate mode. Update the code to use existing support for VAs.

benishor commented 8 years ago

Almost complete implementation existing in commit d3c4359. Although small improvements might appear, fonts are now being rendered using vertex arrays. We also switched to freetype from stb_truetype.