summaryrefslogtreecommitdiff
path: root/examples/fonts
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite font module.David Thompson2014-02-162-2/+0
| | | | | | | | | | | | | | FTGL has been dropped in favor of SDL_ttf. * 2d/font: Rewrite everything! * 2d/wrappers/ftgl.scm: Delete it. * configure.ac: Check for SDL_ttf. * data/Makefile.am (shaders_DATA): Add font shaders. * data/shaders/font-fragment.glsl: New shader. * data/shaders/font-vertex.glsl: New shader. * examples/font.scm: Rewrite font example. * examples/fonts/AUTHORS: Delete it. * examples/fonts/Boxy-Bold.ttf: Delete it.
* Change an example graphic and add credits.David Thompson2013-09-271-0/+2
|
* Create a font example.David Thompson2013-08-171-0/+0