An easy to use, cross platform, GUI library for writing Haskell applications.
Go to file
2020-10-25 23:33:27 -03:00
app Fix scissoring issue in scroll (bars, not content) and assigned viewport by box when content is smaller than viewport 2020-10-25 23:24:00 -03:00
assets Add theming to scroll 2020-10-25 22:29:55 -03:00
cbits Cleanup Main.hs 2020-05-10 20:08:39 -03:00
docs Refactor app initialization. Simplify entry point 2020-10-07 19:46:05 -03:00
src Fix scroll issue when clicking on empty bar 2020-10-25 23:33:27 -03:00
test/unit Show dropdown in available space (upwards/downwards). Fix overlay issue 2020-10-12 14:02:17 -03:00
.DS_Store Add default font loaded from Haskell source file 2020-10-08 16:27:12 -03:00
.ghci Basic scrollbar display, minor general improvements and tests that will not stand the test of time 2020-05-07 17:04:26 -03:00
.ghcid Initial commit 2019-09-23 11:46:21 -03:00
.gitignore Rename project from hs-gui to monomer 2020-05-07 17:04:27 -03:00
.hlint.yaml Move hlint hints to config file 2020-09-30 17:28:58 -03:00
ChangeLog.md Initial commit 2019-09-23 11:46:21 -03:00
LICENSE Minor adjustment to license 2020-07-10 22:08:19 -03:00
package.yaml Add error reporting to image widget 2020-10-11 21:54:34 -03:00
profile.sh Initial commit 2019-09-23 11:46:21 -03:00
README.md Remove Coord typedef, rename related functions 2020-10-08 11:54:36 -03:00
Regular.bs Add default font loaded from Haskell source file 2020-10-08 16:27:12 -03:00
Setup.hs Initial commit 2019-09-23 11:46:21 -03:00
stack.yaml Fix Test build 2020-07-30 01:39:48 -03:00
stack.yaml.lock Fix Test build 2020-07-30 01:39:48 -03:00
tasks.md Implement theming on button 2020-10-25 00:00:12 -03:00
watch-tests.sh Fix Test build 2020-07-30 01:39:48 -03:00

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

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

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