Skip to content

vassvik/easy_font_gl45

Repository files navigation

easy_font_gl45

Simple font renderer in Opengl 4.5 using the font used by stb_easy_font.h. Uses instanced rendering, so that only position and dimensions of each glyph have to be updated isntead of each vertex. Uses DSA.

compiles with

gcc main.c -Iinclude -lglfw3

Screenshot

screenshot

Illustration

drawing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages