rgl icon indicating copy to clipboard operation
rgl copied to clipboard

Drop FTGL and use pango and freetype directly.

Open dmurdoch opened this issue 2 years ago • 1 comments

FTGL appears to be unsupported lately. Switch to doing our own text handling using pango and freetype, e.g. following this description: https://en.wikibooks.org/wiki/OpenGL_Programming/Modern_OpenGL_Tutorial_Text_Rendering_01 .

dmurdoch avatar Feb 05 '23 18:02 dmurdoch

This might allow us to drop XQuartz on Macs, and use glfw to do our loading and initialization.

dmurdoch avatar Mar 29 '23 17:03 dmurdoch