Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vassvik/easy_font_gl45
https://github.com/vassvik/easy_font_gl45
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vassvik/easy_font_gl45
- Owner: vassvik
- License: unlicense
- Created: 2017-01-27T01:59:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T19:14:50.000Z (almost 8 years ago)
- Last Synced: 2024-11-14T22:35:39.259Z (about 2 months ago)
- Language: C
- Size: 434 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - easy_font_gl45
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)