Re-exports§
pub use crate::harness::plugin::HarnessPlugin;pub use crate::physics::PhysicsState;pub use egui;
Modules§
Structs§
- Camera
- Arc-ball camera mode.
- Example
- An example/demo that can be run in the testbed
- Graphics
Manager - Keys
State - Keyboard state
- Testbed
- The main testbed struct passed to example builders
- Testbed
Action Flags - Flags for testbed actions that need to be processed
- Testbed
App - The main testbed application
- Testbed
Graphics - Context for graphics operations during a frame
- Testbed
State - State for the testbed application
- Testbed
State Flags - Flags for controlling what is displayed in the testbed
Enums§
- Action
- The state of a button or key.
- Key
- KeyCode
- Mouse
Button - Mouse button identifiers.
- RunMode
- Run mode for the simulation
- Window
Event - Events generated by the window.