{"id":30891245,"url":"https://github.com/rustunit/rustforgeconf-2025-gamedev-workshop","last_synced_at":"2025-09-08T18:07:02.832Z","repository":{"id":311841827,"uuid":"1023114217","full_name":"rustunit/rustforgeconf-2025-gamedev-workshop","owner":"rustunit","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-27T04:02:00.000Z","size":174,"stargazers_count":4,"open_issues_count":3,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-06T15:54:12.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://angrybevys.rustunit.com","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rustunit.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,"zenodo":null}},"created_at":"2025-07-20T14:58:14.000Z","updated_at":"2025-09-03T03:54:00.000Z","dependencies_parsed_at":"2025-08-27T08:23:36.543Z","dependency_job_id":"24946bc9-1ff3-44cc-8000-ccaa6e512d76","html_url":"https://github.com/rustunit/rustforgeconf-2025-gamedev-workshop","commit_stats":null,"previous_names":["rustunit/rustforgeconf-2025-gamedev-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustunit/rustforgeconf-2025-gamedev-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Frustforgeconf-2025-gamedev-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Frustforgeconf-2025-gamedev-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Frustforgeconf-2025-gamedev-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Frustforgeconf-2025-gamedev-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustunit","download_url":"https://codeload.github.com/rustunit/rustforgeconf-2025-gamedev-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustunit%2Frustforgeconf-2025-gamedev-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274226160,"owners_count":25244663,"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-09-08T02:00:09.813Z","response_time":121,"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":[],"created_at":"2025-09-08T18:06:58.242Z","updated_at":"2025-09-08T18:07:02.824Z","avatar_url":"https://github.com/rustunit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rustforgeconf 2025 gamedev workshop\n\nRustForge '25 GameDev workshop project.\n\n* run `cargo run` to start the game.\n* use `trunk serve` to test the web build.\n\n## Further Reading\n\n* Quick Start Guide ([link](https://bevy.org/learn/quick-start/introduction/))\n* Official docs ([link](https://docs.rs/bevy/latest/bevy/))\n* Official [examples](https://bevy.org/examples/) ([code](https://github.com/bevyengine/bevy/tree/main/examples))\n* Notable Projects made in Bevy ([link](https://github.com/Vrixyz/bevy_awesome_prod))\n* Official Bevy Discord community ([link](https://discord.gg/bevy))\n* Cheat Book (Unofficial) ([link](https://bevy-cheatbook.github.io))\n* Dependency Injection like Bevy's ([link](https://promethia-27.github.io/dependency_injection_like_bevy_from_scratch/))\n* Kenneys Free Game Assets ([link](https://kenney.nl))\n* Game Template to start with ([link](https://github.com/bevyengine/bevy_game_template))\n\n## Notable Crates\n\n* [bevy_asset_loader](https://github.com/NiklasEi/bevy_asset_loader)\n* [avian](https://github.com/Jondolf/avian) \u0026 [bevy_rapier](https://github.com/dimforge/bevy_rapier) (physics engines)\n* [bevy_pkv](https://github.com/johanhelsing/bevy_pkv) (save state)\n* [matchbox](https://github.com/johanhelsing/matchbox) (networking)\n* [bevy_mod_reqwest](https://github.com/TotalKrill/bevy_mod_reqwest) (making REST calls)\n* [lightyear](https://github.com/cBournhonesque/lightyear) (multiplayer)\n* [bevy_enhanced_input](https://github.com/simgine/bevy_enhanced_input)\n* [bevy_common_assets](https://github.com/NiklasEi/bevy_common_assets) (load file formats)\n* [bevy_tween](https://github.com/Multirious/bevy_tween) (animations)\n* [bevy_fluent](https://github.com/kgv/bevy_fluent) (localization)\n* [bevy_hanabi](https://github.com/djeedai/bevy_hanabi) \u0026 [bevy_enoki](https://github.com/Lommix/bevy_enoki) (particle systems)\n* [bevy_trenchbroom](https://github.com/Noxmore/bevy_trenchbroom) (3d map editor)\n* [bevy_ecs_tiled](https://github.com/adrien-bon/bevy_ecs_tiled) (2d map editor)\n* many many [more](https://bevy.org/assets)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustunit%2Frustforgeconf-2025-gamedev-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustunit%2Frustforgeconf-2025-gamedev-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustunit%2Frustforgeconf-2025-gamedev-workshop/lists"}