lo-th / Oimo.js

Lightweight 3d physics engine for javascript
http://lo-th.github.io/Oimo.js
MIT License
3.06k stars 302 forks source link

How to use Oimo.js in 2D use-case ? #72

Open finscn opened 6 years ago

finscn commented 6 years ago

I want to use Oimo.js in a 2D scene. How do it ? Is there an example ?

Thanks.

KineticTactic commented 4 years ago

Oimo.js is a 3D Physics Engine. I would recommend some other 2D Physics Engine for a 2D Game. Some 2D Physics Engines for JS are Matter.js, Planck.js, Box2dJS, etc.