Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/w0rm/elm-physics

3D physics engine in Elm
https://github.com/w0rm/elm-physics

elm physics-engine

Last synced: about 1 month ago
JSON representation

3D physics engine in Elm

Awesome Lists containing this project

README

        

# 3D Physics Engine

![elm-physics](https://unsoundscapes.com/elm-physics/examples/elm-physics.gif)

# Examples

- Lack ([source](https://github.com/w0rm/elm-physics/tree/main/examples/src/Lack.elm), [demo](https://unsoundscapes.com/elm-physics/examples/lack/))
- Duckling ([source](https://github.com/w0rm/elm-physics/tree/main/examples/src/Duckling.elm), [demo](https://unsoundscapes.com/elm-physics/examples/duckling/))
- Raycast ([source](https://github.com/w0rm/elm-physics/tree/main/examples/src/Raycast.elm), [demo](https://unsoundscapes.com/elm-physics/examples/raycast/))
- RaycastCar ([source](https://github.com/w0rm/elm-physics/tree/main/examples/src/RaycastCar.elm), [demo](https://unsoundscapes.com/elm-physics/examples/raycast-car/))

# Prior Work

This project has been started as a partial rewrite of [Cannon.js](https://github.com/schteppe/cannon.js) and [bullet](https://github.com/bulletphysics/bullet3).