SiebenCorgie / jakar-engine

Formerly "Ori-Engine" is an hobby project of mine. Target is an Rust/Vulkan engine for games and visualization software.
MIT License
19 stars 0 forks source link

Create a configuration loading and writing tool #16

Open SiebenCorgie opened 7 years ago

SiebenCorgie commented 7 years ago

At the moment the engine gets configured at run-time by some hard coded values which could be loaded nicely from a file as well. There are several ways to handle configuration. I think the best way here would be either some "ron" file or some json files.

They could groupe the configuration into several topics like "game", "physics", "gameplay"/"runtime", "graphics".