Small Pico-8 Physics Library
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 adding more to it in the future. The demo is a simple example scene that demonstrates how the tool can be implemented.
Version 1.1
- Added new scene. Press 'Z' on keyboard to toggle new mode.
- Small performance boost.
Download
Download NowName your own price
Click download now to get access to the following files:
physics_demos.p8 37 kB
physics2d.p8 30 kB
Comments
Log in with itch.io to leave a comment.
this looks promising I might steal it for a platformer later xD