A program that creates abstract art.
Currently, the easiest way to use symart is through the WebAssembly interface. There is an online demo here. It can also be run locally:
cd symart_wasm
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen ../target/wasm32-unknown-unknown/release/symart_wasm.wasm --out-dir pkg --target no-modules --no-typescript
cd pkg
python3 -m http.server
dgulotta/paintlines, a similar program written in C++
The symart_base
and symart_wasm
crates are dual licensed under the
MIT License and the
Apache License, Version 2.0. The symart_designs
crate is
licensed under the GNU GPL, Version 2 or later.