2020-09-11 01:46:32 +03:00
|
|
|
# Monomer
|
|
|
|
|
|
|
|
An easy to use, Elm inspired, GUI library.
|
|
|
|
|
|
|
|
## Objectives
|
|
|
|
|
|
|
|
- It should be easy to use, in particular for newcomers
|
|
|
|
- It should be possible to extend with custom widgets
|
|
|
|
- It should work on Windows, Linux and macOS
|
|
|
|
- It should have good documentation
|
|
|
|
- It should have good examples
|
|
|
|
|
|
|
|
### Ideally, this project will
|
|
|
|
|
|
|
|
- Be able to run in mobile
|
|
|
|
- Support Vulkan/Metal
|
|
|
|
- Have few bugs
|
|
|
|
|
|
|
|
### These are NOT objectives for this project
|
|
|
|
|
|
|
|
- Have a native look and feel
|
|
|
|
- Provide multi-platform support beyond what SDL already provides
|
|
|
|
- Use advanced type level techniques to avoid user errors
|
|
|
|
- Be a research project pushing the boundaries on how GUIs are created
|