Small Pico-8 Physics Library
- November 6, 2020
- AUSTIN-IO
I've been enjoying my time learning about fantasy consoles like pico-8, but I wish they came with some sort of physics system. So I decided to make my own. It's very simple at the moment, only recognizing convex shapes and providing collision detection/ static resolution. It also comes with a bitwise layer and mask system. Currently , there is no physics simulation available, but I do plan on add…