A small programming language for drawing SVGs. You can create complex shapes by composing together simple ones (such as circles and rectangles).
The vraw interpreter is written in Rust. There is also a web app that uses this interpreter via WebAssembly to render the outputed SVG in realtime.
After cloning
cd www
yarn start
Navigate to localhost:8080
TODO