Add a config manager
Matthias1590 opened this issue ยท 10 comments
Some sort of config management system that let's features and mixins read from a config and has a gui to let the user configure options would be great, for now just reading the options will be enough though, I'll create a separate issue for editing the config with a gui
I could work on this.
I'll make a new system to use the Argument
class instead of options.
Might even be able to make a simple GUI configuration screen relatively quickly.
I could also base it off my already existent project aspen
, as it is stable and has a wide set of features implemented, while still using the Argument
class for everything. (Internally using a schema composer to assign properties to arguments)
But I'm also open to simply create a new one.
For now a system that simply remembers default settings for features should do, no need for anything more than that
When is the config format estimated to be done?
I hope I'll have time to finish it by the 16th, no guarantees tho