{"id":16405574,"url":"https://github.com/danieldidiobalsamo/boids","last_synced_at":"2025-10-04T10:51:56.547Z","repository":{"id":206393324,"uuid":"710185432","full_name":"danieldidiobalsamo/boids","owner":"danieldidiobalsamo","description":"Rust boids simulation using Reynolds model running with Bevy engine.","archived":false,"fork":false,"pushed_at":"2024-12-20T13:56:16.000Z","size":6817,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-02T04:39:02.983Z","etag":null,"topics":["artificial-life","bevy","boids","rust","simulation"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/boids_rs_bevy","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieldidiobalsamo.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-26T07:35:02.000Z","updated_at":"2025-08-29T18:37:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"249a093b-5ff6-4e2c-8a18-e2f3637d2de1","html_url":"https://github.com/danieldidiobalsamo/boids","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.1071428571428571,"last_synced_commit":"ecf25e1dfabb02e0cd7086e055f338b28697e729"},"previous_names":["danieldidiobalsamo/boids"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieldidiobalsamo/boids","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldidiobalsamo%2Fboids","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldidiobalsamo%2Fboids/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldidiobalsamo%2Fboids/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldidiobalsamo%2Fboids/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieldidiobalsamo","download_url":"https://codeload.github.com/danieldidiobalsamo/boids/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldidiobalsamo%2Fboids/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278302556,"owners_count":25964520,"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-10-04T02:00:05.491Z","response_time":63,"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":["artificial-life","bevy","boids","rust","simulation"],"created_at":"2024-10-11T06:06:31.160Z","updated_at":"2025-10-04T10:51:56.527Z","avatar_url":"https://github.com/danieldidiobalsamo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"https://github.com/danieldidiobalsamo/boids/assets/79797812/dd61766b-6962-4ac8-957f-da5a2f3b936d\n\n# About\n\nRust boids simulation using Reynolds model running with Bevy engine.\n\nThe following parameters can be updated while the simulation is running:\n- turn factor: boids ability to turn fast\n- visual range: radius (in px) of the circle in which boids can see\n- protected range: radius (in px) of the circle in which boids wants to be alone\n- centering factor (cohesion rule) : boids move toward the center of mass of their neighbors\n- avoid factor (separation rule): boids move away from other boids that are in protected range\n- matching factor (alignment rule): boids try to match the average velocity of boids located in its visual range\n- Maximum boids velocity\n- Minimum boids velocity\n- bias: some boids are searching for food, and are not exactly following the flock\n\nWhile all the parameters can be updated live, you can also press 'P' to pause/resume the simulation.\nPress 'Q' to leave.\n\n# How to launch\n## Using cargo (recommended)\n\nInstall [bevy dependencies](https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md) and then just launch:\n~~~\ncargo install boids_rs_bevy\nboids_rs_bevy\n~~~\n\n## Build manually\n\nFirstly, install [bevy dependencies](https://github.com/bevyengine/bevy/blob/main/docs/linux_dependencies.md)\n\nThen clone this repository and launch :\n~~~\ncargo run --release\n~~~\n\nNote: if you want to launch as dev, make sure to add the following feature to decrease compilation time :\n~~~\ncargo run --features bevy/dynamic_linking \n~~~ \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldidiobalsamo%2Fboids","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldidiobalsamo%2Fboids","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldidiobalsamo%2Fboids/lists"}