Odin language libui-ng wrapper. Tested on Win/Mac/Linux (Ubuntu).
Forked from v-libui (which based on libui_examples)
Dynamic libraries are already placed in this repo. These were prebuilt from libui-ng/libui-ng. (So if you need other architecture/platform versions, please build and replace it by yourself.)
.\build.ps1
# then run each .exe in bin folder$ ./build.sh
# run executables, for example:
$ DYLD_LIBRARY_PATH=bin bin/graphNote
for arm64, cp bin/libui_arm64.so bin/libui.so
$ ./build.sh
# run executables, for example:
$ LD_LIBRARY_PATH=bin bin/graphOriginal README (libui_examples)
Small libui examples that can be compile with tiny c compile Examples are automatically compiled and exposed at actions tab.
.\build.bat
# then run each .exe in bin folder$ ./build.sh
# run executables, for example:
$ DYLD_LIBRARY_PATH=bin bin/graph$ ./build.sh
# run executables, for example:
$ LD_LIBRARY_PATH=bin bin/graph





