Please sign in to access this page
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
a bunch of engine improvements (many helper functions and fixes), callbacks for mouse move, mouse click and key presses, fixed some issues with resizing and tried making a 3d helper
started implementing an engine class with a lot of helper functions and methods, added multiple draw modes (fill, wireframe and points), added a fount manager to efficiently reuse fonts and added propper resize handling
YAYYYYY IT WORKS!!! (turns out i was using the anchor lt instead of ls :sob:) also added an fps counter into the text example
TEXT!!!! (im going insane how do i make the descent work i've been trying to fix this for over an hour now)
fixed the line render, optimized math stuff using numpy operations, added vsync, fixed framerate controls, added transparency support, added multisampling and cleaned up the code
i love modernGL :3 rewrote the code to use modernGL instead of WGPU and now stuff works :pf: still need more advanced rendering features but the basics work