-
Hi
I would like to thank the libui-ng team volunteers for continuing to create, review, and accept new pull requests this year.
We recently found that `uiWindowSetContentSize` may cause segmenta…
-
Did you guys have a look at libui-ng yet?
https://github.com/libui-ng/libui-ng
-
Hi,
I am opening an issue here that is related to the following issues in other projects:
- glimmer-dsl-libui: https://github.com/AndyObtiva/glimmer-dsl-libui/issues/55
- libui-ng: https://githu…
-
Hi! I have a basic question today.
Recently, I've been working on creating a Crystal binding for libui-ng. The Ruby binding uses FFI to call libui-ng functions from a shared library, while Crystal …
-
Do you think a FAQ could be added to the project?
One question I have is whether there is a possibility for a GUI in regards to lgpio. Perhaps something like libui-ng, although that one focuses on …
-
While the original `libui` project is currently in hiatus for an unknown timespan, a [fork](https://github.com/libui-ng/libui-ng) exists that has active development. Rebasing on it would remove a fact…
-
当我在Debian 11中编译libui时,发生错误。当我更新了系统的软件包后,依然是同样的错误。
```
li@hawk:~/Source/libui-ng$ meson setup build
The Meson build system
Version: 0.56.2
Source dir: /home/poilynx/Source/libui-ng
Build dir: …
-
Hey folks,
There may not be a possibility for this suggestion but I wanted to suggest it nonetheless.
Yesterday I wrote a quick and dirty ruby-gtk3 shell interface to my commandline shell
writt…
-
Hey there libui-folks,
If you look at rubygems.org for libui, you get to the documentation entry, and then a link towards,
for instance, this website:
https://www.rubydoc.info/gems/libui/0.1.2/…
-
Currently some libui bindings must be able to accept a `uiControl *` and do something similar to this:
```
if(parent) {
if(parent->TypeSignature == 0x57696E64) {
//uiWindowSetChild(uiWindow(paren…