|
libui-ng
A portable GUI library for C
|
This repository provides unofficial kojix2 builds of libui-ng. It builds and distributes patched binaries while maintaining API compatibility with upstream libui-ng.
Releases are available at https://github.com/kojix2/libui-ng/releases.
Upstream projects:
pre-build: build branch for release binaries. Tags use commit-xxxxxxx.dev: development branch with additional fixes and experimental image APIs (uiImageView, uiDrawImage). Tags use commit-xxxxxxx-experimental.Pre-build branches may be rebased or force-pushed. Use release tags when you need a stable reference. Build details and included changes are tracked by the tags attached to each release.
Build automation is defined in .github/workflows/build.yml.
MinGW-w64 builds currently support static libraries only.
Build output is written to build/meson-out/.
Common options:
-Dtests=true|false-Dexamples=true|false--buildtype=debug|release|debugoptimized--default-library=shared|static--wrap-mode=forcefallback|nofallback|nodownloadExample:
Manual QA tests are under test/qa.
Set the install prefix during setup:
ui.h.examples.test.See CONTRIBUTING.md.