ui
ui copied to clipboard
A cross-platform UI library written in V
**V and UI versions:** V 0.1.29 eabc2da **OS:** W7 **What did you do?** v run "C:\Users\user\.vmodules\ui\examples\webview.v" **What did you expect to see?** See some webkit example **What did you see...
**V and UI versions:** both master **OS:** Windoes 10 **What did you do?** `v run resizable_window.v` Do some resizing. **What did you expect to see?** Immediately redrawn app. **What did...
High-score screens are already very common, fonts and icons displayed under high-score screens are too small, so we should meet this requirement.
(copy of https://gist.github.com/vurtun/61b6dbf21ef060bcbbd8d1faa88350d9#gistcomment-2223201 ) ## Path to full DPI and screen size independency I'd like *V UI* to support the following case (which is **very common** and won't disappear because...
**vlang version:** 0.1.28 219ecd1 I tried "users" app of https://github.com/vlang/ui#running-the-examples . The window came up fine. Then I typed `みみなし` in the first text box, but it showed up like...
``` Dong@DESKTOP-JHQSG53 MINGW64 /d/Dev/vlang/learn # v run ui1.v C:/v/v.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory Dong@DESKTOP-JHQSG53 MINGW64 /d/Dev/vlang/learn # pacman...
Need logs cmd logs in to file filename_log.txt https://github.com/vlang/ui/issues/195#issuecomment-676528421 The log with format as `date-time; log_text` can be usefull to open in future the .txt as .csv to filter in...
The only thing missing for this ui toolkit is screen reader accessibility. V itself is amasing, and this toolkit as well, but we blind programmers can't see anything on the...
Similar to the considerations that need to be made for [iOS development and deployment](https://github.com/vlang/ui/issues/180), I believe we need a bucket for collaboration and discussion for Android efforts. To kick this...