Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vassvik/easy_font_gl45


https://github.com/vassvik/easy_font_gl45

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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](screenshot.png)

### Illustration
![drawing](drawing.png)