An open API service providing repository metadata for many open source software ecosystems.

Topic: "boids-simulation"

krABMaga/krABMaga

krABMaga: A modern developing art for reliable and efficient Agent-based Model (ABM) simulation with the Rust language

Language: Rust - Size: 63.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 191 - Forks: 13

hecomi/UnityECSBoidsSimulation

Simple Boids simulation example using Unity ECS.

Language: C# - Size: 92.8 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 134 - Forks: 27

techcentaur/Flocking-Simulation

Flocking simulation of starling murmuration using web graphics library (webGL) and openGL shader language in javascript.

Language: JavaScript - Size: 853 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 109 - Forks: 31

nvjob/nvjob-boids

#NVJOB Simple Boids (Flocks of Birds, Fish and Insects). Flocking Simulation. Free Unity Asset.

Language: C# - Size: 21.9 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 99 - Forks: 25

Nikorasu/PyNBoids

This is a Boids Simulation, written in Python with Pygame.

Language: Python - Size: 2.03 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 56 - Forks: 13

IvanHornung/Pandemic-Simulator

Simulate a pandemic with artificial life objects.

Language: Java - Size: 96.2 MB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 54 - Forks: 10

Shadertech/UE5NiagaraComputeShaderIntegration

UE5 Niagara Compute Shader Integration Example (Boids)

Language: C++ - Size: 1.91 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 41 - Forks: 5

ch8n/Compose-boids-flocking

Jetpack Compose Boids | Flocking Insect 🐜. bird or Fish simulation using Jetpack Compose Desktop πŸš€, using Canvas API 🎨

Language: Kotlin - Size: 81.1 KB - Last synced at: 4 months ago - Pushed at: about 4 years ago - Stars: 41 - Forks: 2

BadGraphixD/How-many-Boids-can-Unity-handle

Collection of different boid simulation implementations in unity. Includes: implementation with GameObjects, with ECS only, with ECS and Unity Jobs combined with Burst Compiler (2 different approaches).

Language: C# - Size: 293 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 35 - Forks: 15

twitu/rboids

3D simulation for a flock of boids in Rust

Language: Rust - Size: 6.2 MB - Last synced at: 1 day ago - Pushed at: almost 3 years ago - Stars: 29 - Forks: 5

cubedhuang/boids

An interactive 2D bird flocking simulation using a spatial subdivision method to optimize performance for thousands of agents.

Language: JavaScript - Size: 398 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 26 - Forks: 7

kbrizov/Boids-2D

My simple, tiny, tidy take on the classical Boids algorithm by Craig Reynolds. #MadeWithUnity

Language: C# - Size: 64.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 3

jfgreen/rusty-boids

Rust implementation of Boids simulation

Language: Rust - Size: 1.57 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 25 - Forks: 1

EncodedWorlds/Boids

Boid flocking behavior made in Unreal Engine 4 using C++.

Language: C++ - Size: 820 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 19 - Forks: 5

kvietcong/rusty-boids

Simple Boids programmed in Rust, using Bevy

Language: Rust - Size: 39 MB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 15 - Forks: 3

drumath2237/Boids-Unity-ComputeShader-Sandbox

Boids simulation implemented with Compute Shader and VFX Graph.

Language: C# - Size: 663 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 0

SuboptimalEng/boids

🐟 Simulating boids in Unity.

Language: C# - Size: 1.83 MB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 2

miorsoft/VB6-3D-Flocking-Boids

3D Flocking Boids

Language: Visual Basic - Size: 35.2 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 10 - Forks: 4

Michael-Naguib/BoidsSimulation

Boids are a way of modeling the complex flocking behavior of birds as well as many marine life including schools of fish; the simple rules which are able to generate complex behaviors have been described by Craig Reynolds https://www.red3d.com/cwr/boids/

Language: Python - Size: 140 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 4

BricksAndPieces/Boids-Ecosystem

A simulation of the boids flocking algorithm combined with a simple ecosystem that uses quadtree (Written in java)

Language: Java - Size: 3.14 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 9 - Forks: 1

IshanManchanda/Boids

An implementation of Craig Reynold's Boids in p5.js, with lots of new features.

Language: JavaScript - Size: 70.3 KB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

abhayMore/Boids

Boids simulation using c++, SFML and TGUI

Language: C++ - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 2

KonyshevArtem/unreal-boids

Experimental boids implementation in Unreal Engine 4

Language: C++ - Size: 7.9 MB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 7 - Forks: 1

ufrshubham/Boids-SFML

A boids simulation made using C++ and SFML.

Language: C++ - Size: 1.19 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 6 - Forks: 0

FL33TW00D/wasm-boids

A Three.JS + WASM implementation of Boids.

Language: Rust - Size: 29.3 MB - Last synced at: 11 days ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

oreisacher/Antities

Ant Simulation using Unity DOTS

Language: C# - Size: 69.2 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

DanielEliasib/Boids

Parallel Boids implementation.

Language: C# - Size: 45.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

falcowinkler/flockingbird

Flocking algorithm implementation in c++

Language: C++ - Size: 6.16 MB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 1

qayyumu/SWARM_GNN

Graph neural network for SWARM robotics

Language: Python - Size: 2.96 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

kenzonobre/Evolutionary-fish

Fish schools based on the boids algorithm that evolve through an evolutionary algorithm.

Language: C++ - Size: 87.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

falcowinkler/dancing-boids

a macOS screensaver

Language: Swift - Size: 110 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

LelsersLasers/Boids

2D customizable boids simulation in JavaScript

Language: JavaScript - Size: 18.8 MB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

GustavoSilvera/ParallelBoids

CMU 15-418 Final project on parallelizing complex swarm behaviour as modeled by the Boids algorithm

Language: C++ - Size: 28.1 MB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

konstatoivanen/GPUParticlePlayground

A DX11 Compute shader Boid Flocking Particle simulation

Language: C# - Size: 11.7 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

dcousens/boids.js πŸ“¦

A boids simulation written in Javascript using two.js.

Language: JavaScript - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

SverreNystad/boids-in-python

A boids simulation made in python with dynamic scales for adjusting runtime alignment, cohesion and separation forces

Language: Python - Size: 1.82 MB - Last synced at: 11 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 2

GeorgTsabou/Polychoros

Immersive Audiovisual Performance featuring a duet of a physical dancer and a virtual entity.

Language: C# - Size: 588 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

humu2009/webgl-nature-scene

A tech experiment on rendering realistic-looing natural scene using WebGL.

Language: JavaScript - Size: 2.02 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

vadiole/Boids2D

Customizable simulation of flock behavior with live wallpaper

Language: Kotlin - Size: 285 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

prashantrahul141/Boids

I tried creating boids in python3.6 using pygame module

Language: Python - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 2

Woj-Rak/Pico8-Boids

Boids implementation in Pico8

Language: Lua - Size: 187 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 1

shreshthtuli/FlockSim

Starling Flock Simulator (Qt and OpenGL)

Language: QMake - Size: 11.2 MB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 0

planelles20/boids-with-predators-3D

Boids 3D simulation with predators using cuda, modern openGL.

Language: Cuda - Size: 17.9 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

JatinChopra/Boids-Flocking

A simulation that replicates the flocking behavior seen in nature, similar to how birds and fish move cohesively in groups.

Language: TypeScript - Size: 3.56 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

erthium/boids

Simulation of Boid artificial life program

Language: C++ - Size: 5.47 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

frectonz/gundan

A boid simulation program.

Language: TypeScript - Size: 34.2 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

rhaeguard/visualizations

cool visualizations made with the Canvas API

Language: JavaScript - Size: 43.6 MB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 1

leochartrand/Boids

Boids implemented in Python using CUDA with Numba/Cupy

Language: Python - Size: 64.4 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

Isembart/Boids-Simulation-SFML

Flocking simulation in SFML

Language: C++ - Size: 15.9 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 1

ignabelitzky/boids-simulation

Minimalist flocking behavior model using Craig Reynolds' algorithm.

Language: C++ - Size: 870 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

chenterry85/Flocking-Simulation

πŸŽ† A visualization of Craig Reynold's Boids

Language: Python - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

Valdemird/boids-simulation

boids simulation with predators implemented in unity3d

Language: C# - Size: 84.6 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

0-harshit-0/Boids

Boids: Bird like objects.(With obstacles)

Language: JavaScript - Size: 18.6 KB - Last synced at: 8 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Laukei/Boids

Python3 + Pyglet implementation of Boids

Language: Python - Size: 51.8 KB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

Xevion/Boids

A project dedicated to presenting Boids, a computed flocking mechanism, to users in a beautiful format.

Language: C# - Size: 40.7 MB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

mvrilo/boids-rs

A Boids simulation built with Rust and Quicksilver

Language: Rust - Size: 252 KB - Last synced at: 4 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

EndaHealion/Boids

C++ implementation of boids (flocking simulation) with SFML

Language: C++ - Size: 6.84 KB - Last synced at: 4 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

vanflux/boids-sim

Boids simulation

Language: JavaScript - Size: 86.9 KB - Last synced at: 30 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

ErencanPelin/3D-Boids-Ocean-Simulation

3D Boids: Three.js university group major project for our Computer Graphics subject. Simulating 5000+ fish inside an ocean with lots of shaders!

Language: JavaScript - Size: 94.2 MB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 3

irisonwa/OpenOcean

3D Boid Simulation in OpenGL

Language: C++ - Size: 104 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

duckfuss/boids

simulates flocking behaviour with boids

Language: Python - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

potokaalex/Boids πŸ“¦

Boids algorithm demonstration.

Language: C# - Size: 1.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

yeranosyanvahan/boid2d

This Python-based project offers a dynamic and interactive simulation of bird-like entities, known as "boids", in a virtual atmospheric environment. The simulation showcases the behavior of individual boids as well as their interactions in a group.

Language: Jupyter Notebook - Size: 14.4 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

BlagojeBlagojevic/Boids

Boids Implementation

Language: C - Size: 1.46 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

NicolasCastagnola/Unity2D_Flocking

🐟 Unity2D Flocking Simulation

Language: C# - Size: 32.6 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MatthewPageUK/js-flocking-boids

Flocking boids algorithm based on Craig Reynolds work

Language: HTML - Size: 388 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

hadook/pygame-boids

Implementation of Craig Reynold's boids flocking algorithm using Python's pygame module.

Language: Python - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Doonse/BoidsSimulation

Simulation of Boids(Prey) and Hoiks(Predator)

Language: Python - Size: 215 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

TodoLodo/Boids

A python script to simulate entities based on artificial life simulation by Craig Reynolds

Language: Python - Size: 318 KB - Last synced at: 10 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

nhtranngoc/landing-page

Poor man's landing page for Nam Tran aka me. Currently hosting on Netlify.

Language: Vue - Size: 3.65 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

aneeshsharma0671/Boids

This is an experiment project on Boids and its applications in game development.

Language: C# - Size: 62.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

petroniocandido/ALife

Experiments in Artificial Life with Dart

Language: Dart - Size: 653 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Quantam-Studios/Boids

A scalable boid system demo made in Unity with C#.

Language: C# - Size: 163 MB - Last synced at: 4 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Nicolivain/Boids

Bird-oids graphic simulation in C++

Language: C++ - Size: 4.93 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

AmolKumarGupta/Flock

This is a Boid simulation in java from scratch.

Language: Java - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

theevann/Boids

Simulate the moves of entities in group, eg. fishes.

Language: JavaScript - Size: 411 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

fildon/boids

An implementation of Boids using Typescript and HTML Canvas

Language: TypeScript - Size: 1.6 MB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 2

foxytocin/FishAreFriends

The game Fish Are Friends (sometimes food) is a fish adventure game for young and old. It impresses with its realistic swarm simulation in combination with the unique underwater world.

Language: ASP.NET - Size: 1.02 GB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

nebulatgs/calc_boids

TI-84 Plus CE boid simulation

Language: C++ - Size: 26.4 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

tansonlee/flocking-simulation

A flocking simulation made with the Boid algorithm

Language: JavaScript - Size: 19.3 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

Quantum-Fringe-Entertainment/Ricerca

The story of a father's pursuit for his lost child.

Language: C# - Size: 1.6 GB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

Shivank1006/Bird-Flocking-Simulation

This is the implementation of the boids algorithm by Craig Reynolds by using p5.js library

Language: JavaScript - Size: 748 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

arnav-t/js-boids

2D simulation of boids in JavaScript

Language: JavaScript - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

RedMooner/FishTank-DesktopWallpaper

Aquarium game for your desktop

Language: C# - Size: 887 MB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

jklintan/MinionMAIhem

An interactive flocking simulation and AI game. The simulation is based on the Boid's algorithm and further extended with additional steering rules and implemented using Unity.

Language: C# - Size: 59.5 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

shammill/Boids-Predator-and-Prey

University assignment I completed in 2015. Boid AI with predator and prey (sharks and fish). Written in C# and uses Unity.

Language: ASP - Size: 16.9 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

remeus/boids

A quick example of how to implement flock behaviors

Language: Java - Size: 89.8 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

Daikalos/Boids

CPU optimized 2D boid simulation with a variety of features that can be customized to the user's liking.

Language: C++ - Size: 28.5 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

OperaAIBot/BoidsSimulation

Succeed!!! β˜… x 4 (Chat GPT - gpt-4.1-mini)

Language: Python - Size: 271 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

MateoGuidi/Aquarium

Simulation of fish movements using BOIDS in multiple languages.

Size: 1000 Bytes - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

fairlycodeparents/concurrent-boids

πŸ¦β€β¬› A concurrent implementation of Craig Reynolds' boids simulation.

Language: Java - Size: 27.5 MB - Last synced at: 26 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Wartets/Bird-cloud

Ce projet est une simulation interactive basée sur le modèle des boids, illustrant le comportement collectif des oiseaux en vol.

Language: JavaScript - Size: 27.3 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ygr4789/Boids3D-Simulation

Boids 3D Simulation using Three.js

Language: TypeScript - Size: 774 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bergio13/flocking

ABM flocking in julia

Language: Julia - Size: 7.57 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

marcotulio956/consensus.algoIC

Language: MATLAB - Size: 6.88 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

madina-mir/boids

This project builds on and translates the original Boid algorithm by Craig Reynolds, enhancing it with added complexity and interactivity to create a more dynamic and customizable simulation experience.

Language: Python - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Vivek13130/Boids

A boid ( unified movement of birds and fishes in large groups ) simulator with real time behaviour modification.

Language: GDScript - Size: 376 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

poop20/Pandemic

An authentic pandemic is what you're going to create with this 100% automatic VIRAL media creator :)

Language: TypeScript - Size: 29.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

renanbomtempo/boids

[UFMG-CG-TP2] Realtime interactive 3D boids simulation.

Language: C++ - Size: 16.5 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ata6502/DemoApps

DirectX/C++/WinRT/UWP implementation of the boids flocking algorithm.

Language: C++ - Size: 4.86 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0