A framework for creative coding, mainly targeted at demoscene productions. Currently in a very early stage of development.
- Text-based project description of all scenes, use your favorite text editor
- Live reload of all resources including shaders
- Shader variable extraction from GLSL code, just define your uniforms in the shader and they will appear on the UI
Not a lot of docs yet. Use the example project "Attractors"
available on the releases page.
Dependencies:
- Rust
- Cmake, Ninja and Python (see #227)
Just run cargo run --release
.
The development platform is Windows, but Linux and MacOS should work as well.
Anything that supports Vulkan.
MIT