Functional 3D Rendering with WebGL in Elm
Browse cluster: Elm Language & Ecosystem →elm-webgl is a library for functional 3D rendering with WebGL in Elm, providing a simple API for GPU-accelerated rendering of both 2D and 3D graphics. Built for the Elm programming language, it uses GLSL for shader definitions and relies on the WebGL rendering pipeline, which processes meshes through vertex and fragment shaders to produce visual output. The project was originally created by johnpmayer, though the primary fork is now maintained by the elm-community organization.