Crate bones_framework
source ·Expand description
The bones framework for game development.
Re-exports§
pub use bones_scripting as scripting;
Modules§
- Animation utilities and systems.
- An asset interface for Bones.
- Audio session, systems, and resources.
- Implements bones egui debug windows and tools. Requires ‘ui’ feature flag.
- External crate documentation.
- Math library.
- Input resources.
- The core bones library.
- Localization module.
- Logging module for bones. Provides implementation of global tracing subscriber and panic hook.
- Networked multi-player plugin.
- Bones ECS system parameters.
- The prelude.
- Rendering components.
- Persistant storage API.
- Miscellaneous utilities.
Macros§
setup_logs
is a macro for initializing logging in bones.
Structs§
- Default plugins for bones framework games.
- Default plugins for bones framework sessions.
- Resource for exiting bones games.
Traits§
- Extension trait for the bones
AssetServer
.