Mantella
Mantella copied to clipboard
Road to v0.12: UI for MantellaSoftware
Goals
- Have a UI for MantellaSoftware that should provide two main features
- A guided and structured way to set the
config.inivalues correctly - A chat function that allows to chat with the characters without having to start the game. This would also replace the debug mode
- A guided and structured way to set the
- As we now have an HTTP server in MantellaSoftware a UI running in the browser would be nice
- Refactor existing config value management
Progress
- [x] Refactor config value management
- [x] Create abstraction level for different config values that allows to display them in a structured way by a GUI and generate the
config.inifrom them automatically - [x] Required config value types
- [x] int
- [x] float
- [x] bool
- [x] string
- [x] Selection
- [x] Path
- [x] Create abstraction level for different config values that allows to display them in a structured way by a GUI and generate the
- [x] Create GUI