Home

Awesome

libui-dev

A fork of libui-ng - a portable UI library written in C, which uses the native UI of the operating system it runs on.
Like wxWidgets, but in C. And much more bare-bones.

This adds a bunch of experimental features and fixes:

Significant changes:

Build system

Meson build system is preserved, but a make-based system is added for cross-compilation.

# Compile for MinGW from Linux
make TARGET=w libui_win64.a install

# Compile for linux from linux
make TARGET=l libui.so install

# Compile for Mac from Darling/Mac
make TARGET=m libui.dylib

Credits:

If any libui developer wants to work on this repo let me know and I'll add you as a maintainer.