Note: The canonical home page for this project is git.indy.io/indy/seni
Seni is a Scheme-like graphical language that runs on modern web browsers.
It's scripts can be annotated so that genetic algorithms can generate variations and the user can select which of the generated images should be used in future generations.
- Rust
- Make
- Typescript
$ npm install -g typescript
$ rustup update
$ rustup target add wasm32-unknown-unknown
$ cargo install -f wasm-bindgen-cli
build:
$ make release
launch a server:
$ cd server
$ ./build.sh
You can now useseni at 127.0.0.1:3210/
GNU Affero General Public License