AromaUI is a modern, lightweight C UI framework designed for embedded and desktop applications. It provides a set of customizable widgets and tools to build beautiful, responsive user interfaces in C.
Get started with AromaUI: Visit Docs or Download PDF.
Contributions are welcome! Please open issues or pull requests to help improve AromaUI.
To build AromaUI for the web using Emscripten, clone and initialize the emscripten submodule and install the SDK:
git submodule update --init --recursive vendors/emscripten
cd vendors/emscripten
./emsdk install latest
./emsdk activate latestConfigure your build with emcmake and build with emmake or emmake make as usual.
AromaUI is released under the MIT License.
