https://github.com/yogthos/boids
boids example using Quil and PixiJS
https://github.com/yogthos/boids
boids
Last synced: about 1 year ago
JSON representation
boids example using Quil and PixiJS
- Host: GitHub
- URL: https://github.com/yogthos/boids
- Owner: yogthos
- License: mit
- Created: 2018-08-04T00:11:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T21:29:46.000Z (over 7 years ago)
- Last Synced: 2025-03-31T04:03:55.920Z (over 1 year ago)
- Topics: boids
- Language: Clojure
- Homepage:
- Size: 153 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Boids simulation with Quil
### Requirements
* [JDK](https://www.azul.com/downloads/zulu/)
* [Leiningen](https://leiningen.org/)
### Development mode
To start the Figwheel compiler, navigate to the project folder and run the following command in the terminal:
```
lein figwheel
```
Figwheel will automatically push cljs changes to the browser.
Once Figwheel starts up, you should be able to open the `public/index.html` page in the browser.
### Building for production
```
lein clean
lein package
```