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

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

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