monomer/README.md

27 lines
714 B
Markdown
Raw Normal View History

# Monomer
2020-09-22 20:05:46 +03:00
An easy to use, Elm inspired, GUI library for native applications.
## Objectives
- It should be easy to use
2020-09-22 20:05:46 +03:00
- It should be possible to extend it with custom widgets
- 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
- Be able to run in mobile
- Support Vulkan/Metal
### Current limitations
- Multi-platform features depend on what SDL already provides
- Text input capabilities are basic, supporting only left to right editing at the moment
2020-09-22 20:05:46 +03:00
### These are not objectives for this project
- Have a native look and feel
- Be a research project pushing the boundaries on how GUIs are created