Alma is an experimental, interactive playground for generative graphics. It lets you compose nodes to craft WebGL experiences - all through an intuitive no-code interface.
Alma is divided up into a bunch of different sub-packages:
Core implementation of the Node graph implementation. This was the first implementation of what later became known as the Nodl framework.
The WebGL implementation of Alma. Contains the nodes and compiler which produces the final WebGL program.
A small package which helps with creating custom visual nodes from raw GLSL functions.
The web application which hosts the client.
- yarn
- yarn run start
- Server now up on http://localhost:3000