AndreaCatania / amethyst_physics

Amethyst physics engine abstraction layer
MIT License
28 stars 3 forks source link

Backends for salva2d and nphysics2d #13

Open 0xh007 opened 4 years ago

0xh007 commented 4 years ago

I'm in need of using the rustsim salva2d and nphysics2d libraries. It seems like the amethyst_physics nphysics back end only supports nphysics3d. I'm thinking about adding a back end for salva2d and nphysics2d. Should I expect any significant challenges with this, or should it be straight forward to follow the pattern set by the amethyst_physics nphysics back end?

AndreaCatania commented 4 years ago

Yes absolutely; it should be pretty easy add the support to those libs. Consider that nphysics3d and nphysics2d are almost the same.