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: 11 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T14:41:42.000Z (about 7 years ago)
- Last Synced: 2025-04-09T04:41:40.594Z (about 1 year ago)
- Topics: clojurescript, generative-art, three-js
- Language: Clojure
- Size: 7.81 KB
- Stars: 55
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gespensterfelder

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
```