Skip to content
/ seni Public

This is just a mirror. Development happens at: git.indy.io/indy/seni

License

Notifications You must be signed in to change notification settings

indy/seni

Repository files navigation

Seni

Note: The canonical home page for this project is git.indy.io/indy/seni

Overview

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.

Prerequisites

  • Rust
  • Make
  • Typescript
$ npm install -g typescript
$ rustup update
$ rustup target add wasm32-unknown-unknown
$ cargo install -f wasm-bindgen-cli

Building

build:

$ make release

launch a server:

$ cd server
$ ./build.sh

You can now useseni at 127.0.0.1:3210/

License

GNU Affero General Public License

About

This is just a mirror. Development happens at: git.indy.io/indy/seni

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published