Crate wolf_engine_core

Source
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§

Engine
Provides a wrapper around some Context data with EventLoop and quit behavior.

Traits§

Context
A marker trait indicating which types can be used as context-data on the Engine.
EngineControls
Provides simplified, and more convenient methods for common operations.