- December 10, 2024
- Why485
Particles using dos-like
50%Game Brain Score
50% User Score 1 reviews
Platforms
About
Mattias Gustavsson's dos-like framework is really neat to mess around with. It lets you live out your Jonathan Blow drawline() fantasies by letting you draw pixels directly to a buffer and then showing it on screen, or providing you with a framebuffer for you to do whatever you want with. It also has very basic input handling built in, along with (mostly) its own update loop, and some basic drawin…