Join Nostr
2025-07-14 11:10:09 UTC

lee on Nostr: i'm still working on my project to implement a Processing-like API in Lua/Love2d. I ...

i'm still working on my project to implement a Processing-like API in Lua/Love2d. I have added a majority (?) of the functions, including a number I never use. Because love2d clears the screen between drawing functions I chose to add in persistence using a canvas buffer system that redraws each frame. Here's an example drawing random rectangles with occasional background screen redraw.