{"id":28352169,"url":"https://github.com/trubusoft/bevy-starter","last_synced_at":"2026-04-30T13:31:47.889Z","repository":{"id":245959360,"uuid":"819676675","full_name":"trubusoft/bevy-starter","owner":"trubusoft","description":"Collection of useful docs to quickly start developing with bevy using RustRover","archived":false,"fork":false,"pushed_at":"2025-05-23T07:23:33.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T01:38:37.383Z","etag":null,"topics":["bevy","rust","rustrover","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trubusoft.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null}},"created_at":"2024-06-25T01:50:10.000Z","updated_at":"2025-05-23T07:23:34.000Z","dependencies_parsed_at":"2024-06-25T02:56:58.267Z","dependency_job_id":"398e9e3c-2091-41f6-9a81-5ec4a8ebcd2b","html_url":"https://github.com/trubusoft/bevy-starter","commit_stats":null,"previous_names":["trubusoft/bevy-skeleton","trubusoft/bevy-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/trubusoft/bevy-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trubusoft%2Fbevy-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trubusoft%2Fbevy-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trubusoft%2Fbevy-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trubusoft%2Fbevy-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trubusoft","download_url":"https://codeload.github.com/trubusoft/bevy-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trubusoft%2Fbevy-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bevy","rust","rustrover","ubuntu"],"created_at":"2025-05-27T23:05:39.353Z","updated_at":"2026-04-30T13:31:47.884Z","avatar_url":"https://github.com/trubusoft.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Template to quickly start developing with bevy.\nHighly inspired from [bevy_new_2d](https://github.com/TheBevyFlock/bevy_new_2d)\nand [nolantait/bevy-starter](https://github.com/nolantait/bevy-starter).\n\n## Preparation\n\n### Install dependencies\n\n#### Ubuntu\n\n```\nsudo apt update\nsudo apt install g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0\n```\n\n#### Windows\n\nFollow the [windows setup](https://bevyengine.org/learn/quick-start/getting-started/setup/#windows)\n\n### Editor setup\n\nWe assume that RustRover is being used.\n\n#### External Linter\n\nUse Clippy and optionally make it to run on the fly.\n\n#### Formatting\n\nUse `Rustfmt` instead of the built-in formatter.\n\nConfigure action on save:\n\n- Check Reformat Code\n- Do **not** check the Optimize Import, as sometiems it conflicts with `Rustfmt` formatting. Instead, run\n  the Optimize Import on case-by-case basis when import optimization is needed (e.g. plenty of unused import\n  after refactoring)\n\n#### Run Configurations\n\nOptionally create several convenient Shell configurations, like:\n\n- cargo run\n\n    ```\n    cargo run --features bevy/dynamic_linking --color=always\n    ```\n\n- cargo test\n\n    ```\n    cargo test --features bevy/dynamic_linking --color=always\n    ```\n\n- cargo build for release\n\n    ```\n    cargo build --release --no-default-features --color=always\n    ```\n\n- cargo fmt\n\n    ```\n    cargo fmt --all --check\n    ```\n\n- cargo clippy\n\n    ```\n    cargo clippy --all\n    ```\n    \n## Docs and References\n\n- [Tainted Coders](https://taintedcoders.com/)\n- [Bevy opinionated best practices](https://github.com/tbillington/bevy_best_practices)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrubusoft%2Fbevy-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrubusoft%2Fbevy-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrubusoft%2Fbevy-starter/lists"}