Crate aether_spyglass

source ·
Expand description

aether_spyglass

Spyglass is a general-purpose extensible inspector for bevy engine. By default it comes with an entity inspector that allows for observing and editing entities on the fly.

Example (of bevy_mod_wanderlust settings):

image

Modules

  • A collection of builtin tabs that come with Spyglass.

Structs

Traits

  • The trait to implement to create a new tab in the spyglass inspector.