Flocking-Simulation
Flocking Simulation
A 3D simulation of flocking behavior in a virtual environment using Haskell and parallel processing.
A 3D Boids-like flocking simulation coded in Haskell.
64 stars
7 watching
3 forks
Language: Haskell
last commit: almost 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
eckyputrady/fish-flocking-simulation | A simulation of small fish flocking together while avoiding larger ones | 5 |
cultrarius/swarmz | A C++ library implementing a real-time swarming algorithm for simulating flocking behavior in game development and other applications. | 134 |
birdflow-science/birdflowr | A package that predicts changes in bird distributions and generates synthetic migration routes using machine learning models. | 10 |
chrisnc/tangaroa | A toy implementation of the Raft protocol with an experimental BFT variant in Haskell. | 111 |
whackashoe/codi | A cellular automaton model for simulating spiking neural networks | 6 |
imjacobclark/herd | An experimental HTTP load testing application built using Rust to simulate large volumes of concurrent requests | 110 |
egonschiele/dominion | A Dominion simulator written in Haskell for testing competing strategies in card game simulation | 111 |
mengecrowdsim/menge | A crowd simulation framework for modeling and analyzing collective behavior of agents | 139 |
markek1/collision-simulator | Simulates particle collisions and detects them efficiently using Rust. | 5 |
buckley-w-david/conwaygo | A simulation of Conway's Game of Life in Go, where the rules and behavior are defined by a set of cell states and their interactions. | 3 |
psumodeling/cycles | A daily time-step agroecosystem model simulating biophysical processes and management practices in cropping systems | 12 |
simondlevy/airsimtensorflow | A Python-based system for training and testing collision avoidance neural networks using Microsoft AirSim data | 236 |
hopson97/empire | A cellular automaton simulation of a population's growth, interaction, and evolution in response to environmental factors. | 147 |
neilsardesai/wwdc-crowd-simulator-2017 | A simulation of people arriving at an event, using SpriteKit and Swift | 32 |
dsturnbull/stack_cpu | A simulator for a stack-based computer architecture with a set of instructions to perform various operations on a virtual memory. | 14 |