Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jackrusher/gespensterfelder
- Owner: jackrusher
- License: bsd-2-clause
- Created: 2019-03-25T16:27:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T14:41:42.000Z (almost 6 years ago)
- Last Synced: 2024-09-29T05:21:53.854Z (4 months ago)
- Topics: clojurescript, generative-art, three-js
- Language: Clojure
- Size: 7.81 KB
- Stars: 55
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```