monomer/README.md
2020-10-08 11:54:36 -03:00

714 B

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