Skip to content

v0.7.0 - Initial public release

Latest

Choose a tag to compare

@shawnlondono shawnlondono released this 30 Jul 02:35

Summary

First public release of Gru (GRU) - a Go-first UI toolkit (retained-mode, Raylib-backed) under MPL 2.0.

Included

  • ui/ platform - widgets, layout, text, inspector
  • Curated demo app (-tags grudemo)
  • Optional WebView2 demos (-tags webview2, Windows)
  • cmd/gru - new, build, package
  • Sample apps - cmd/hello, cmd/webviewhello
  • Public docs - getting started, CLI, composition, WebView, architecture, widgets, API

Not included

  • Gru Notepad / Notes, Prism, Studio harness, Foundry (private)

Install

go get github.com/ledocorp/gru@v0.7.0

See the README and Getting Started.

Primary target: Windows.