{"id":16360080,"url":"https://github.com/frgfm/drone-swarm","last_synced_at":"2025-08-23T10:37:50.056Z","repository":{"id":110056023,"uuid":"94038082","full_name":"frgfm/drone-swarm","owner":"frgfm","description":"Simulation of swarm behaviour","archived":false,"fork":false,"pushed_at":"2019-05-05T21:52:36.000Z","size":146,"stargazers_count":10,"open_issues_count":2,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-01T07:56:48.507Z","etag":null,"topics":["c-plus-plus","drones","motion-planning","pathfinding","simulation","swarm-intelligence"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frgfm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-06-11T23:32:32.000Z","updated_at":"2025-06-12T14:55:39.000Z","dependencies_parsed_at":"2023-04-22T21:38:08.977Z","dependency_job_id":null,"html_url":"https://github.com/frgfm/drone-swarm","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"d87ca2f8ea5d195b012cef011bc3479402876647"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frgfm/drone-swarm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frgfm%2Fdrone-swarm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frgfm%2Fdrone-swarm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frgfm%2Fdrone-swarm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frgfm%2Fdrone-swarm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frgfm","download_url":"https://codeload.github.com/frgfm/drone-swarm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frgfm%2Fdrone-swarm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271746667,"owners_count":24813576,"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","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c-plus-plus","drones","motion-planning","pathfinding","simulation","swarm-intelligence"],"created_at":"2024-10-11T02:10:29.889Z","updated_at":"2025-08-23T10:37:50.031Z","avatar_url":"https://github.com/frgfm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drone swarm simulation\n\nDroneSwarm is a last year project for swarm behaviour simulation in an obstructed environment implemented in C++. It provides an environment for:\n\n- Adding moving objects linked together (swarm)\n- Defining a target that the agents will try to reach\n- Setting up a solid environment\n\n\n\n## Installation\n\nThis program was built for Unix system. The only dependency to get the simulation running is gtk3 (requirement for the interface).\n\n```bash\nsudo apt-get update \u0026\u0026 sudo apt-get install build-essential libgtk-3-dev\ngit clone https://github.com/frgfm/drone-swarm.git\n```\n\n## Usage\n\nAs the core code is in C++, you will need to compile it with g++ (with c++11 support). If this is not the case, please modify your own version of the Makefile.\n\n```bash\ncd drone-swarm\nmake all \u0026\u0026 ./demo\n```\n\n![3agents_sim](static/images/drone-swarm.gif)\n\n\n\n## Features to be improved\n\nSome methods of the simulators could be improved and optimized to speed up computation time and boost performance. Better path finding algorithm could be used also: \n\n- Path finding algorithm\n- Acceleration in movement for continuous speed\n- Mouse interface for environment definition\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrgfm%2Fdrone-swarm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrgfm%2Fdrone-swarm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrgfm%2Fdrone-swarm/lists"}