Detailed post in Medium: Basic 3D rendering in SVG: elm-playground-3d
This is an experimental library built on top of elm-playground to draw simple three-dimensional objects.
Example 1: Picture
Example 2: Animation
Example 3: Game
For more serious 3D stuff in Elm, have a look at
- elm-explorations/webgl
- ianmackenzie/elm-3d-scene
- unsoundscapes/cubik
- w0rm/elm-physics
- 3D Vector Animations
- Talk: "A 3D Rendering Engine for Elm" by Ian Mackenzie
- Talk: "Fighting the Law of Physics with Elm" by Andrey Kuzmin
- Talk: "Bringing the fun to graphics programming" by Andrey Kuzmin
- Talk: "Rendering text with WebGL" by Andrey Kuzmin