dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Drop FTGL and use pango and freetype directly. #312

Open dmurdoch opened 1 year ago

dmurdoch commented 1 year ago

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 commented 1 year ago

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