A simple C++ text renderer using OpenGL, FreeType, and Harfbuzz. Supports subpixel antialiased rendering, ligatures, emojis, as well as having great performance.
OpenGL is a graphics library that can be used to render interactive 2D and 3D graphics applications. OpenGL has wide range of applications. Source code of modern OpenGL library is located under ...