w0rm / elm-physics

3D physics engine in Elm
https://package.elm-lang.org/packages/w0rm/elm-physics/latest
BSD 3-Clause "New" or "Revised" License
146 stars 12 forks source link

Body API additions for raycast vehicle simulation #104

Closed w0rm closed 4 years ago

w0rm commented 4 years ago

The goal here is to extend elm-physics API so that simulations like raycast vehicle could be built in external Elm packages.

Some functions are already implemented in the raycast vehicle PR and could be extracted and merged individually.

w0rm commented 4 years ago

Should we make body.placeIn work with left handed frame3d ?

w0rm commented 4 years ago

Decided to not introduce placeIn for now until we figure the best way to handle right handedness