Thanks to visit codestin.com
Credit goes to github.com

Skip to content

indy/seni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,602 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors