{"id":48406505,"url":"https://github.com/omnidotdev/template-bevy","last_synced_at":"2026-04-06T03:37:18.171Z","repository":{"id":334591808,"uuid":"1141728639","full_name":"omnidotdev/template-bevy","owner":"omnidotdev","description":"🎮 Bevy template","archived":false,"fork":false,"pushed_at":"2026-03-31T09:05:32.000Z","size":89,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-06T03:37:14.363Z","etag":null,"topics":["bevy","foss","game","mit","open-source","rust","template"],"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/omnidotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["omnidotdev"],"custom":["https://omni.dev"]}},"created_at":"2026-01-25T10:23:32.000Z","updated_at":"2026-03-20T03:48:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/omnidotdev/template-bevy","commit_stats":null,"previous_names":["omnidotdev/template-bevy"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/omnidotdev/template-bevy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-bevy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-bevy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-bevy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-bevy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omnidotdev","download_url":"https://codeload.github.com/omnidotdev/template-bevy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omnidotdev%2Ftemplate-bevy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31458838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["bevy","foss","game","mit","open-source","rust","template"],"created_at":"2026-04-06T03:37:14.723Z","updated_at":"2026-04-06T03:37:18.164Z","avatar_url":"https://github.com/omnidotdev.png","language":"Rust","funding_links":["https://github.com/sponsors/omnidotdev","https://omni.dev"],"categories":[],"sub_categories":[],"readme":"# 🎮 Bevy Template\n\nGame or interactive application built with the Bevy engine.\n\n## Stack\n\n- 🎮 **Engine**: Bevy 0.15+\n- 🧩 **ECS**: Entity Component System (Bevy's core paradigm)\n- 📦 **Assets**: bevy_asset_loader for state-based loading\n\n## Features\n\n- 🎮 **Game state management**: Loading, Menu, InGame, Paused\n- 📦 **Asset loading**: Progress tracking with bevy_asset_loader\n- ⌨️ **Input handling**: Abstracted input system\n- 📷 **2D camera setup**: Swap for 3D as needed\n- 🔒 **Strict Clippy lints**: Pedantic linting enabled\n- ⚡ **Optimized builds**: LTO for release builds\n- 🚀 **Fast dev compiles**: Dynamic linking + LLD\n\n## Structure\n\n```\nsrc/\n  main.rs           # Entry, app builder\n  states.rs         # Game states\n  plugins/\n    mod.rs\n    loading.rs      # Asset loading plugin\n    menu.rs         # Menu plugin\n    game.rs         # Core game plugin\n  components/       # ECS components\n  systems/          # ECS systems\n  resources/        # ECS resources\nassets/\n  sprites/\n  audio/\n  fonts/\nCargo.toml\n```\n\n## Dependencies\n\n- bevy (default features for quick start)\n- bevy_asset_loader\n- rand (if needed)\n\n## Architecture\n\n```\nStates:  Loading → Menu → InGame ↔ Paused\n                    ↑        │\n                    └────────┘ (back to menu)\n```\n\n## Commands\n\n```sh\ncargo run                    # Dev build\ncargo run --features dev     # Dev with dynamic linking (fast recompiles)\ncargo build --release        # Release build\ncargo test                   # Tests\n```\n\n## Performance Tips\n\n- Use `--features dev` during development for faster iteration\n- The `.cargo/config.toml` enables LLD linker for faster linking\n- Release builds use LTO for maximum optimization\n- Consider `bevy_embedded_assets` for distribution\n\n## License\n\nThe code in this repository is licensed under Apache 2.0, © [Omni LLC](https://omni.dev). See [LICENSE.md](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnidotdev%2Ftemplate-bevy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomnidotdev%2Ftemplate-bevy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomnidotdev%2Ftemplate-bevy/lists"}