Documentation
¶
Overview ¶
Package splashscreen is a windowed keelson app (ADR-0026 AppI) that presents the project's splash artwork alongside two companion panes:
- Splash — the bundled grayscale artwork, scaled to the window.
- About — name, version, copyright and build/run provenance.
- NOTICE — the project NOTICE, rendered verbatim.
The window chrome (title bar, drag, resize, close) is owned by the runtime; this app renders only the body. The splash asset is embedded (see app_register.go); the NOTICE copy under assets/ is refreshed from the repo-root NOTICE via the go:generate directive in app_register.go.
Index ¶
Constants ¶
View Source
const ManifestId app.AppIdT = "github.com/stergiotis/boxer/apps/splashscreen"
ManifestId is the stable AppI identity (ADR-0026: the Go import path).
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.