fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.64k stars 118 forks source link

World & Schema Inspector #880

Open zicklag opened 8 months ago

zicklag commented 8 months ago

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