A modular, extendable, and easy-to-use physics engine for JavaScript.
Questions tagged [physicsjs]
47 questions
0
votes
2 answers
PhysicsJS - Angular position animation
I am using PhysicsJS to create a juggling game. All I have is a ball (circle shape) and a shoe (square using convex-polygon shape). The shoe is set to fixed and moves along the x-axis on mousemove.
Square:
square = Physics.body('convex-polygon', {
…

j.grima
- 1,831
- 3
- 23
- 45
0
votes
0 answers
Tiled Based Platformer with Physicsjs collision detection
This is my first question here, so I'll do my best. I'm programming a 2D tile based platformer using Javascript and HTML5 Canvas. I Use EaselJS as my renderer and PhysicsJS for my collision detection. I've made a map with 'Tiled Map Editor'.
My…

Sven Lombaert
- 85
- 1
- 7