Please sign in to access this page
Very fast 2D framework made in Python using ONLY ModernGL, GLFW and Pillow! DEMO VID ON README!!
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!
Tried the program out on my laptop (that uses display scaling) and turns out it was broken on it :sob:
Spent way too long fixing it so now everything fully works with display scaling
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