elcritch / fidgetty

Widget library built on Fidget written in pure Nim and OpenGL rendered

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Needed: More layout widgets

elcritch opened this issue · comments

Currently there is only Horizontal and Vertical layout widgets.

Most UI toolkits include be a set of basic layout widgets like tab-panels, menu boxes.

Fidget supports auto-constraint layouts but using it can be a bit tricky. It'd be nice to have a simpler grid layout view. Perhaps a Column view.

  • tab view layout
  • two column layout with menu on left
  • dropdown view layout
  • menu bars