Frankie A

Results 8 comments of Frankie A

@ZohebMOPO that would be amazing.

i get there is a .sln file that has everything configured, but it would be great if you include build instructions (especially because not even wants to use visual studio)

Consider https://github.com/datenwolf/linmath.h

@user062 sure try it out! I wasn't that good in C when I started learning OpenGL. Fork the repo and see what you can do to help! If you want...

Found a fix! Simply just check if the window sized has changed and then reload the font ```c before loop: vec2 old_window_size = (vec2){applet.width, applet.height}; during loop: if (applet.width !=...

Reopened because I don't really like this solution. Any body got any other fixes?

Leaving this open just if anyone can think of better solutions