Add PNG loading support

This commit is contained in:
Phireh 2025-05-12 00:57:25 +02:00
commit ea9a94dc08
3 changed files with 158 additions and 22 deletions

4
notes.org Normal file
View file

@ -0,0 +1,4 @@
- Y axis going upwards, just like OGL
- Text rendering optimized yet still taking too much time. Using atlas with GL_TEXTURE_ARRAY
- All vertex data lives in the CPU for each hex too
- Need UI to modify hex appeareance (show texture from file and then apply it to hex)