mirror of
https://github.com/fjvallarino/monomer.git
synced 2024-11-10 11:21:50 +03:00
An easy to use, cross platform, GUI library for writing Haskell applications.
app | ||
assets | ||
cbits | ||
docs | ||
src | ||
test/unit | ||
.ghci | ||
.ghcid | ||
.gitignore | ||
ChangeLog.md | ||
LICENSE | ||
package.yaml | ||
profile.sh | ||
README.md | ||
Setup.hs | ||
stack.yaml | ||
stack.yaml.lock | ||
tasks.md | ||
watch-tests.sh |
Monomer
An easy to use, Elm inspired, GUI library for native applications.
Objectives
- It should be easy to use
- 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
Ideally, in the future, this project will
- Be able to run in mobile
- Support Vulkan/Metal
These are not objectives for this project
- Have a native look and feel
- Provide multi-platform features beyond what SDL already provides
- Be a research project pushing the boundaries on how GUIs are created