ui
ui copied to clipboard
A cross-platform UI library written in V
```v module vui pub enum SideStyle { none hidden dotted dashed solid double groove ridge inset outset } pub struct Side { thickness f64 color Color style SideStyle } pub...
Feel free to add what you want as a comment per one widget, and vote. Never mind the version.
**V version:** V 0.2.2 639061b **UI version:** 0.0.4 **OS:** elementary OS 5.1.7 Hera **What did you do?** `~/.vmodules/ui/examples$ v webview.v ` **What did you expect to see?** Successful compile **What...
Debian Bullseye 32 bit: ``` (gdb) run Starting program: /home/rz/.vmodules/ui/examples/group [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". [Detaching after vfork from child process 5044] Using font /usr/share/fonts/truetype/freefont/FreeSans.ttf...
the code written below README.md image is no way expressing the image above, and it may be a misguiding impression (that how the short code below made the complex upper...
in persian characters have "Contextual forms". also persian is right to left so first character goose right not left. [https://en.wikipedia.org/wiki/Persian_alphabet](https://en.wikipedia.org/wiki/Persian_alphabet) i think rendering would be wrong in arabic too. **V...
**V version:0.2.2** **UI version:0.0.4** **OS:macOS** **What did you do?** ` import ui fn main() { ui.run(ui.window({ resizable: true }, [ ui.column({}, [ ui.row({}, [ ui.column({}, [ ui.label(text: 'text1'), ]), ui.column({},...
**V version:** 0.2.2 (787a63dab6fe1e2b2b7fbfcee61e761359ed174b) **UI version:** 0.0.4 (12593da17ae91fc1fc9d6d47c02265eb808830a5) **OS:** Windows **What did you do?** ```v import ui struct Ab { mut: z string } fn main() { mut y :=...
**V version:** V 0.2.2 4c22370 **UI version:** commit 6e6f55ec27e72146b2048491e474121ff593e7e8 **OS:** macOS Big Sur **What did you do?** ui.textbox can't accept multibyte string, such as chinese and japanese
**V version:** V 0.2.2 e809264 **UI version:** 0.0.4 **OS:** windows, Microsoft Windows 10 Home v19042 64-bit **What did you do?** Ran the following V program: ```vlang import ui fn main()...