ui
ui copied to clipboard
A cross-platform UI library written in V
**V version:** V 0.2.4 506259a.6da3004 **UI version:** 0.0.4 **OS:** Linux, Ubuntu 18.04.5 LTS (VM) **What did you do?** ```v module main import ui struct App { mut: window &ui.Window =...
Congrats for V lang which looks very nice! It seems that all projects with UI don't work out-of-the-box with Windows 7 x64. I tried `v.exe 2048.v` or `v.exe life_gg.v`. Then...
**V version:** V 0.2.2 4c22370 **UI version:** commit 6e6f55ec27e72146b2048491e474121ff593e7e8 **OS:** macOS Big Sur **What did you do?** UI can't display Chinese correctly 
**V version:** V 0.2.4 9b565bf **UI version:** **OS:** win7 x64 **What did you do?** v run users.v **What did you expect to see?** work ok. **What did you see instead?**...
I cannot seem to find an `on_key_up`, `on_key_release` or some equivalent `on_key_down` triggers when key is pressed down, and then repeatedly when the key is being held. How to detect...
V UI runs on X11 even when Wayland compositor is currently running, causing running of XWayland. I think V UI should support Wayland natively.
**V version:** 0.2.4 **UI version:** 0.0.4 **OS:** Windows 10 Pro **What did you do?** I ran webview.v from the examples provided. There was an error. So, I ran `v up`...
**V version:** 0.2.4 **UI version:** 0.0.4 **OS:** Windows 10 Pro **What did you do?** I ran grid.v from the examples. **What did you expect to see?** I expected to see...
**V version:** 0.2.4 66a67de **UI version:** [This commit](https://github.com/vlang/ui/commit/1fcfe6c83be3d5f42725eb5b66d183c899ea2bef) **OS:** OSX **What did you do?** `v install ui` **What did you expect to see?** Successful compilation **What did you see instead?**...
VUI for Web
One critically attractive point for `vui` will be to also have a standardized UI presentation for the web as well so that WebASM compilation will produce an equally attractive UI...