{"id":19651696,"url":"https://github.com/marinactonci/boidsquadtree","last_synced_at":"2026-06-14T15:36:46.078Z","repository":{"id":219985030,"uuid":"750449465","full_name":"marinactonci/BoidsQuadtree","owner":"marinactonci","description":"This is a simulation project demonstrating flocking behavior using the Boids model. The model is enhanced with a Quadtree structure for efficient neighbor-finding to optimize performance.","archived":false,"fork":false,"pushed_at":"2024-01-30T17:13:17.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T00:04:41.731Z","etag":null,"topics":["boids","python","quadtree"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marinactonci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-30T17:05:02.000Z","updated_at":"2024-07-07T21:36:30.000Z","dependencies_parsed_at":"2024-01-30T18:57:48.488Z","dependency_job_id":null,"html_url":"https://github.com/marinactonci/BoidsQuadtree","commit_stats":null,"previous_names":["marinactonci/boidsquadtree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marinactonci%2FBoidsQuadtree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marinactonci%2FBoidsQuadtree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marinactonci%2FBoidsQuadtree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marinactonci%2FBoidsQuadtree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marinactonci","download_url":"https://codeload.github.com/marinactonci/BoidsQuadtree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240960429,"owners_count":19885133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boids","python","quadtree"],"created_at":"2024-11-11T15:07:36.552Z","updated_at":"2026-06-14T15:36:41.057Z","avatar_url":"https://github.com/marinactonci.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boids Quadtree\n\nBoids Quadtree is a multiagent system simulation of flocking behavior, inspired by the Boids model developed by Craig Reynolds. It uses a Quadtree for efficient neighbor-finding, optimizing the simulation performance.\n\n![Boids Quadtree](screenshot.png)\n\n## Boids Multiagent System\n\nThe Boids model simulates the flocking behavior of birds. Each agent (a \"boid\") follows three simple rules - separation, alignment, and cohesion - which result in complex emergent behavior.\n\n## Quadtree Optimization\n\nA Quadtree is a tree data structure used to efficiently store data of points on a two-dimensional space. In this project, it's used to optimize the process of finding the neighboring boids for each individual boid, significantly reducing the computational complexity.\n\n## Running the Project\n\nMake sure you have Python installed on your machine and run the following commands:\n\n```\n$ git clone https://github.com/marinactonci/BoidsQuadtree.git\n$ cd BoidQuadtree\n$ python boids_quadtree.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinactonci%2Fboidsquadtree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarinactonci%2Fboidsquadtree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarinactonci%2Fboidsquadtree/lists"}