{"id":22933087,"url":"https://github.com/powerock38/bevy-brp-inspector","last_synced_at":"2025-06-28T13:32:14.223Z","repository":{"id":267442812,"uuid":"900982056","full_name":"Powerock38/bevy-brp-inspector","owner":"Powerock38","description":"Simple and dirty Bevy ECS debugger powered by Bevy Remote Protocol","archived":false,"fork":false,"pushed_at":"2024-12-10T10:52:43.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T18:29:20.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://powerock38.github.io/bevy-brp-inspector/","language":"JavaScript","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/Powerock38.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-09T20:32:17.000Z","updated_at":"2024-12-10T10:52:47.000Z","dependencies_parsed_at":"2024-12-10T11:38:19.525Z","dependency_job_id":"6e3be0bc-ae7d-437b-83b2-679aaefd3567","html_url":"https://github.com/Powerock38/bevy-brp-inspector","commit_stats":null,"previous_names":["powerock38/bevy-brp-inspector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Powerock38/bevy-brp-inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Powerock38%2Fbevy-brp-inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Powerock38%2Fbevy-brp-inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Powerock38%2Fbevy-brp-inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Powerock38%2Fbevy-brp-inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Powerock38","download_url":"https://codeload.github.com/Powerock38/bevy-brp-inspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Powerock38%2Fbevy-brp-inspector/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262438012,"owners_count":23311071,"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":[],"created_at":"2024-12-14T11:27:48.966Z","updated_at":"2025-06-28T13:32:14.205Z","avatar_url":"https://github.com/Powerock38.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bevy BRP Inspector\n\nThis tool aims to be a cheap alternative to [the WorldInspectorPlugin of **bevy-inspector-egui**](https://github.com/jakobhellermann/bevy-inspector-egui).\n\nIt lists all the entities present in the `World` with their respective components, `Children` and `Parent` if present.\n\n## Usage\n\n1. Enable the `bevy_remote` feature in your `Cargo.toml` and add these two plugins to you `App` configuration:\n\n```rust\n    .add_plugins((\n      RemotePlugin::default(),\n      RemoteHttpPlugin::default().with_header(\"Access-Control-Allow-Origin\", \"*\"),\n    ))\n```\n\n2. Go to https://powerock38.github.io/bevy-brp-inspector/\n3. Enjoy the cutting-edge UI technology\n\n## Known issues\n- Doesn't list `Resource`s (not possible with BRP (yet?))\n- Can't filter out `Observer` and `SystemIdMarker` entities (BRP says that these components don't exist)\n- The code is horrible\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowerock38%2Fbevy-brp-inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpowerock38%2Fbevy-brp-inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowerock38%2Fbevy-brp-inspector/lists"}