|
|
|
|
|
by lukan
752 days ago
|
|
I think it is waaaaay easier and likely more performant to just use a subset of Box2D or (rapier), than implementing simple physic yourself. They are quite optimized and performant libaries already and there are tons of tutorials for box2d out there (thanks to iforce). You just add some shapes of your liking and call world.step |
|