Page 1 of 1

a small tool to run Box2D sandboxes

Posted: Sat Oct 21, 2017 11:56 am
by vernon
Hi guys.

Years ago I made a little love2d app to help people out trying out Box2d.
You create a Box2d world, and my app provides rudimentary graphics, simulation stepping and a few other options.

Originally it was written for LOVE version 0.7 or 0.8, so it broke in 10 thousand places when you wanted to run it with 0.10.x.
I fixed these errors, so I share the project again. Somebody might find it useful.

https://github.com/imgulyas/SimpleTestbed

Re: a small tool to run Box2D sandboxes

Posted: Tue Dec 12, 2017 10:10 am
by Marty
This is great! It would be nice if I could change the type (dynamic, static, kinematic) on every body in every simulation, it would also be nice if I could create new objects (simple, one fixture, one shape) and apply my own settings to it (friction, restitution, etc.)

Overall, great tool, love the pyramid.