{"id":22019690,"url":"https://github.com/kualta/boxy","last_synced_at":"2026-04-13T20:31:06.527Z","repository":{"id":63456867,"uuid":"548932062","full_name":"kualta/boxy","owner":"kualta","description":"toolkit for bevy","archived":false,"fork":false,"pushed_at":"2024-03-04T21:31:29.000Z","size":25952,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T16:23:06.649Z","etag":null,"topics":["bevy","bevy-engine","bevy-plugin","tools"],"latest_commit_sha":null,"homepage":"https://kualta.github.io/boxy/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kualta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-10-10T12:12:58.000Z","updated_at":"2024-01-29T15:24:26.000Z","dependencies_parsed_at":"2024-01-19T18:27:15.917Z","dependency_job_id":"38d0160f-2934-443f-985d-f0c2c0d589e8","html_url":"https://github.com/kualta/boxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Fboxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Fboxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Fboxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kualta%2Fboxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kualta","download_url":"https://codeload.github.com/kualta/boxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245084610,"owners_count":20558248,"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","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","bevy-engine","bevy-plugin","tools"],"created_at":"2024-11-30T05:17:46.319Z","updated_at":"2026-04-13T20:31:01.493Z","avatar_url":"https://github.com/kualta.png","language":"Rust","readme":"## Tools for bevy out-of-the-box\n\nPlug-and-play tools to quickly integrate into your project\n\n### Goals\n1. Simple modular architechture \n2. WASM as a first-class citizen\n3. Networking\n\n### Tools\n- Character controller `BoxyControllerPlugin`\n- Universal camera `BoxyCameraPlugin`\n- Physics `BoxyPhysicsPlugin` (using `bevy_rapier`)\n- In-game dev console (TODO)\n- Debug info UI (TODO)\n- Examples (TODO)\n\n### How to use\n1. Add the plugins\n\n```rust\nuse bevy::prelude::*;\nuse boxy::prelude::*;\n\nfn main() {\n    App::new()\n        .add_plugins(BoxyControllerPlugin)\n        .add_plugins(BoxyPhysicsPlugin)\n        .add_plugins(BoxyCameraPlugin)\n        /// ...\n        .run();\n}\n```\n\n2. Start a dev server for examples using [trunk](https://github.com/thedodd/trunk)\n```bash\ntrunk serve\n```\n\n3. For produciton deploy see [`github/workflows/main.yml`](.github/workflows/main.yml) \n\nLive example build is available at [kualta.github.io/boxy](https://kualta.github.io/boxy)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkualta%2Fboxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkualta%2Fboxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkualta%2Fboxy/lists"}