Versions in this module Expand all Collapse all v0 v0.1.0 Aug 25, 2026 Changes in this version + var PanicReporter = func(r any, stack []byte) + func Run(screenID string, app App) — js/wasm + type Animator interface + AnimationStep func(dt float64) (repaint bool) + type App interface + Char func(s string) bool + Click func(x, y int) bool + Context func(x, y int) bool + Draw func(buf []byte) + KeyDown func(s string) bool + Move func(x, y int) bool + Release func(x, y int) bool + Size func() (w, h int) + type Resizer interface + Resize func(w, h int) (rw, rh int) + type Scroller interface + Scroll func(x, y, dx, dy int) (repaint bool) + type Ticker interface + Tick func()