Module engine

Source
Expand description

contains defintions of top level functionality of the Engine

Structsยง

Engine
The engine is the main starting point of using the Blue Engine. Everything that runs on Blue Engine will be under this struct. The structure of engine is monolithic, but the underlying data and the way it works is not. It gives a set of default data to work with, but also allow you to go beyond that and work as low level as you wish to.
EngineSettings
Descriptor and settings for a window.