Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackrusher/gespensterfelder

A small generative system in clojurescript and Three.js.
https://github.com/jackrusher/gespensterfelder

clojurescript generative-art three-js

Last synced: 3 months ago
JSON representation

A small generative system in clojurescript and Three.js.

Awesome Lists containing this project

README

        

# gespensterfelder

![example](http://proscenium.rusher.com.s3.amazonaws.com/gespensterfelder/example.png)

A small generative system in clojurescript and Three.js. See the live
demo [here](http://proscenium.rusher.com/gespensterfelder/).

Check out the repo, cd into the top level directory, then install the
Javascript dependencies with:

``` shell
npm install
```

After which you can start the system with live code reloading using:

``` shell
npx shadow-cljs watch frontend
```