uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread elcritch
That looks great! I think the hardest part is often text and user interactions with text. Using the native widgets is great for that. libui seemed great but it just sorta died. Cool to see a project continue forward with it.

nimqt - bindings to Qt

2023-03-03 Thread jerous
Yes, can you make an issue please? Can you post there the output of `nim r scripts/nimqt_paths.nim Qt_root` and `qmake -v`?

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread neroist
AFAIK fonts are only supported on AttributedStrings so... not the greatest. Hopefully in the future libui-ng will support more widget customization and add more widgets.

Help with a simple gstreamer application

2023-03-03 Thread cblake
I think the last 3 `--passC` (with the `-l`) should instead be `--passL`.

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread neroist
No, although it is coming. See

Help with a simple gstreamer application

2023-03-03 Thread pp
I have seen this, I think my issue is simpler: something related to the `{.header:"gst/gst.h"}` pragma, but I am not yet that skilled with nim to understand what I have done wrong.

Help with a simple gstreamer application

2023-03-03 Thread Stefan_Salewski
Well, at least still works for me. But I can not help you, sorry.

Help with a simple gstreamer application

2023-03-03 Thread pp
Hi, i am trying to implement a simple gstreamer application with nim, but I need some help: This is the C code #include #include int main(int argc, char **argv) { const gchar *nano_str; guint major, minor, micro, nano; gst_init(&argc, &argv)

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread matkuki
Is there a `Tree` control or a similar control available? Checking the `libui-ng` Class documentation I couldn't see it.

uing - a fork of ui that wraps libui-ng instead of libui

2023-03-03 Thread Araq
What does the font support look like?