oxyyx / ld38

Source for 13x11 - SIGILL's & OxySocks' Ludum Dare 38 entry
https://www.oxysocks.com/ld38
1 stars 1 forks source link

Collision/physics #5

Open oxyyx opened 7 years ago

oxyyx commented 7 years ago

Physics for the library

oxyyx commented 7 years ago

So looking into this a bit today I found the neato 'planck.js' library (https://github.com/shakiba/planck.js/), which is basically a port of Box2D to JavaScript: . It definitely looks promising in terms of features. An issue might be that it's currently in Alpha development stage.

Also interesting might be MatterJS (https://github.com/liabru/matter-js), but it lacks features compared to Planck. It is definitely the more mature library though.

oxyyx commented 7 years ago

Also a cool tool might be R.U.B.E, an editor for Box2D. Especially if we decide to use planck we maybe look into using it.