An immedia mode UI for Go.
- Set of widgets for Go
- Build on top of https://gioui.org
- Built to allow nesting function calls
- For learning
- For my Go projects
- For anyone who likes the idea (it's a bit similar to SwiftUI declarative syntax)
- Now it's a work in progress
- The package provides runnable examples each is named after the widget function.
- Examples will show widgets in a window
- Clone the package or
go getit to your system. - to run an example use. where
RoundedCornersis the function name andcount=1is to force running the example regardless of caching.
go test . -run RoundedCorners -count=1