I'm building this project under the name of PIXICS for an easier-to-use interface to visually express values calculated using Box2D, a physics engine, through PixiJS, a graphic rendering library. I am making it with the expectation that it will serve as a fun toy to play with through coding.
PIXICS has dependencies on below projects Thanks to those awesome projects
- Box2D: https://github.com/erincatto/box2d
- PixiJS: https://github.com/pixijs/pixijs
- box2d.ts (A TypeScript port of Box2D): https://github.com/flyover/box2d.ts