2020-09-11 01:46:32 +03:00
|
|
|
# Monomer
|
|
|
|
|
2020-09-22 20:05:46 +03:00
|
|
|
An easy to use, Elm inspired, GUI library for native applications.
|
2020-09-11 01:46:32 +03:00
|
|
|
|
|
|
|
## Objectives
|
|
|
|
|
2020-09-26 02:53:59 +03:00
|
|
|
- It should be easy to use
|
2020-09-22 20:05:46 +03:00
|
|
|
- It should be possible to extend it with custom widgets
|
2020-09-11 01:46:32 +03:00
|
|
|
- It should work on Windows, Linux and macOS
|
|
|
|
- It should have good documentation
|
|
|
|
- It should have good examples
|
|
|
|
|
2020-09-22 20:05:46 +03:00
|
|
|
### Ideally, in the future, this project will
|
2020-09-11 01:46:32 +03:00
|
|
|
|
|
|
|
- Be able to run in mobile
|
|
|
|
- Support Vulkan/Metal
|
|
|
|
|
2020-09-22 20:05:46 +03:00
|
|
|
### These are not objectives for this project
|
2020-09-11 01:46:32 +03:00
|
|
|
|
|
|
|
- Have a native look and feel
|
2020-09-22 20:05:46 +03:00
|
|
|
- Provide multi-platform features beyond what SDL already provides
|
2020-09-11 01:46:32 +03:00
|
|
|
- Be a research project pushing the boundaries on how GUIs are created
|