![]() |
Rendering Engine 0.2.0
Modular Graphics Rendering Engine | v0.2.0
|
Rendering Engine applications can be configured using a JSON-based configuration file. Each new project generated by the project creation tool includes a template config file:
Within an actual project, this file appears as:
During the build process, this file is copied into the application’s build directory, where the engine reads it at startup.
A configuration file has the following structure:
Default values are used if the configuration file is missing or contains invalid data.
At runtime, these values are read into the following structure:
For details on how configuration loading is implemented, refer to: