Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

World & Schema Inspector #880

Open
zicklag opened this issue Dec 17, 2023 · 0 comments
Open

World & Schema Inspector #880

zicklag opened this issue Dec 17, 2023 · 0 comments
Labels
topic:debugging Features and bugs for developer or debugging tools.

Comments

@zicklag
Copy link
Member

zicklag commented Dec 17, 2023

Description

We should have a world-inspector debug menu that lets you view all of the entities, components, and resources in each of the game sessions.

This will allow you to introspect all #[repr(C)] + HasSchema types, similar to the Bevy world inspector.

Additionally, we should have a schema registry inspector that shows all of the registered schemas and their documentation ( once HasSchema stores documentation ).

Alternatives & Prior Art

https://github.com/jakobhellermann/bevy-inspector-egui

@zicklag zicklag added the topic:debugging Features and bugs for developer or debugging tools. label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic:debugging Features and bugs for developer or debugging tools.
Projects
None yet
Development

No branches or pull requests

1 participant