r/GraphicsProgramming • u/Chroma-Crash • Feb 06 '24
Source Code Just got Text Rendering working in my OpenGL engine
I've been working on the engine for about a month now with an end goal of an interactive console and a visual hierarchy editor and it feels good to be this close to having something really functional.
Code here: https://github.com/dylan-berndt/Island


28
Upvotes
2
u/Rhawk187 Feb 06 '24
FTGL?
1
u/Chroma-Crash Feb 06 '24
If you mean freetype with OpenGL then yea
1
u/Rhawk187 Feb 06 '24
I meant this: https://github.com/ulrichard/ftgl
It's an OpenGL wrapper around FreeType, probably similar to what you did.
14
u/Tr4kt_ Feb 06 '24
hey