Wajinn
Wajinn
**Relevant problem** Would be good to have at least the wrapper for raygui.h too (https://github.com/raysan5/raygui). **Reasons why this should be a part of the core library** Other languages have a...
Firstly, this is another great project. As you have mentioned (and in the todo), a macOS version would make such a cross-platform installer complete. When people refer to the desktop...
Would be great to see V apps created with VUI running on Vinix.
### Describe the feature Should be doing periodic check to see if listed repo is still available. At least once a week check, though once a day would be preferable....
Would be nice if there was a GUI Builder for MUI. Might be something to consider.
**Is your feature request related to a problem? Please describe.** Would like to see pause button available, when wanting to temporarily stop download. **Describe the solution you'd like** Use pause...
**V version:** V 0.4.10 87f92b1 **UI version:** V UI 0.0.4 **OS:** Ubuntu 20.04 **What did you do?** // If stack contain menu or is menu, will crash. Other widget types...
The VUI menu behaves a bit differently from common menus. When clicking it open, users are forced to click a sub menu item. This is a problem, if the user...
Group Widget can be hard to work with, because its proportions can be out of sync with children widgets that it contains, particularly for resizing. Would be great if the...
ui/examples/child_window.v does not work properly. Clicking the "create window button" results in a blank window with no ui.textbox, ui.checkbox, nor ui.button widgets. To make the example work, could have included...