Expand description
Provides common tools, types, and functions for the engine.
The core module provides all the common components likely to be used by most projects. It
provides some basic functionality, such as a main event-loop, but it is generally expected
users will implement their own architecture when using the core API. The Core API is
re-exported by the main wolf_engine
crate.
Modules§
- events
- Provides an event system for the engine.
Structs§
Traits§
- Context
- A marker trait indicating which types can be used as context-data on the
Engine
. - Engine
Controls - Provides simplified, and more convenient methods for common operations.