libui-ng mainly uses the standard Meson build options.$ # in the top-level libui-ng directory run: $ meson setup build [options] $ ninja -C build Once this completes, everything will be under build/meson-out/.libui-ng specific options:...
pre-build Breadcrumbs libui-ng / meson.build Latest commit HistoryHistory File metadata and controls Code Blame 190 lines (163 loc) · 6.36 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 ...
LGTM View details cody271 merged commit 43ba1ef into libui-ng:master Mar 15, 2025 8 checks passed Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers cody271 Assignees No one assigned Labels None yet Projects None yet Miles...
libui_windows_amd64.a link_darwin.go link_linux_386.go link_linux_amd64.go link_windows_386.go link_windows_amd64.go main.go multilineentry.go pkgui.c pkgui.h progressbar.go radiobuttons.go separator.go slider.go spinbox.go stddialogs.go tab.go table.go tablemodel.go ui.h util....
Platform-native GUI library for Go. "libui for the next generation" - golang-ui/drawtext.go at master · libui-ng/golang-ui
Platform-native GUI library for Go. "libui for the next generation" - golang-ui/table.go at master · libui-ng/golang-ui
libui_windows_amd64.a link_darwin.go link_linux_386.go link_linux_amd64.go link_windows_386.go link_windows_amd64.go main.go multilineentry.go pkgui.c pkgui.h progressbar.go radiobuttons.go separator.go slider.go spinbox.go stddialogs.go tab.go table.go tablemodel.go ui.h util....
libui_windows_amd64.a link_darwin.go link_linux_386.go link_linux_amd64.go link_windows_386.go link_windows_amd64.go main.go multilineentry.go pkgui.c pkgui.h progressbar.go radiobuttons.go separator.go slider.go spinbox.go stddialogs.go tab.go table.go tablemodel.go ui.h util....
As I failed to understand the documentation of both uiTableModelRowInserted() and uiTableModelRowDeleted() on when to insert to/delete from the underlying model and when to in/decrease the NumRows(...
It is based on my [libui](https://github.com/andlabs/libui), a simple cross-platform library that does the same thing, but written in C. **You must include this library in your binary distributions.** ## Feature requests wanted! (Really; IDK what to add next!) It runs on/requires...