My C engine for rendering text, images and vectors using nanovg, textures and shaders respectively.
Based on OpenGL and GLFW, and used NanoVG for text rendering
make runInstall dependencies
yay -S libglfw3-dev glew cglmsudo apt update
sudo apt install libglfw3-dev libglew-dev cglm-dev