Tune in to the tools and techniques in the Elm ecosystem.
044: elm-webgl
November 22, 2021
1:03:53
61.37 MB
Downloads: 0
Guest: Andrey Kuzmin (github) (twitter)
elm-explorations/webgl
- GLSL syntax
- Two shaders: vertex shader and fragment shader
- Uniforms are declarative bindings to Elm values. Type safe mapping
- Simple cube example
elm-explorations/linear-algebra/latest
- Projection matrices
- elm-webgl-lessons
- ianmackenzie/elm-3d-scene/latest/
- Luca's listing of 3d Elm examples and resources
elm-3d-scene
examples- elm-csg (Constructive solid geometry)
- Elm Japan 3d SVG art
- #gamedev and #webgl channels in Elm Slack
- James Carlson's talk about communicating with the GPU from Elm using Futhark: Making Elm Talk to Your Personal Supercomputer
- Andrey's
elm-webgl-playground
examples