Skip to content
forked from petabyt/libui-dev

Native UI library for C - with some extras

License

kojix2/libui-dev

 
 

Repository files navigation

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:

Compiling

# Compile with meson on Linux
meson setup build
meson compile -C build

# Compile with cmake on Linux
cmake -DLIBUI_COMPILE_EXAMPLES=ON -G Ninja -B build && cmake --build build

# Compile for MinGW from Linux
cmake -DCMAKE_TOOLCHAIN_FILE=extras/mingw.cmake -G Ninja -B build && cmake --build build

Credits:

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

About

Native UI library for C - with some extras

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 46.6%
  • C++ 32.4%
  • Objective-C 19.1%
  • Meson 0.8%
  • CMake 0.4%
  • Makefile 0.3%
  • Other 0.4%