All Projects → yogthos → boids

yogthos / boids

Licence: MIT License
boids example using Quil and PixiJS

Programming Languages

clojure
4091 projects
HTML
75241 projects
CSS
56736 projects

Labels

Projects that are alternatives of or similar to boids

Boids-2D
My simple, tiny, tidy take on the classical Boids algorithm by Craig Reynolds. #MadeWithUnity
Stars: ✭ 19 (+35.71%)
Mutual labels:  boids
nvjob-boids
#NVJOB Simple Boids (Flocks of Birds, Fish and Insects). Flocking Simulation. Free Unity Asset.
Stars: ✭ 55 (+292.86%)
Mutual labels:  boids
Flocking
2D Flocking in the Unity3D game engine using Craig Reynolds' boids
Stars: ✭ 31 (+121.43%)
Mutual labels:  boids
boids
🦢 The boids flocking simulation in Wasm using Ebiten!
Stars: ✭ 56 (+300%)
Mutual labels:  boids
Compose-boids-flocking
Jetpack Compose Boids | Flocking Insect 🐜. bird or Fish simulation using Jetpack Compose Desktop 🚀, using Canvas API 🎨
Stars: ✭ 36 (+157.14%)
Mutual labels:  boids
Swarm
Swarm movement simulation
Stars: ✭ 21 (+50%)
Mutual labels:  boids
rusty-boids
Rust implementation of Boids simulation
Stars: ✭ 25 (+78.57%)
Mutual labels:  boids

Boids simulation with Quil

Requirements

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].