vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

More works on BoxLayout, Vui_Demo #505

Closed rcqls closed 1 year ago

rcqls commented 1 year ago
  1. Fix some bugs about resizing and scrolling.
  2. Introduce layout field for WindowParams (since Window require only one layout as children). However children field in WindowParams is still here
  3. Introduction of Interface Application and struct WM