Registry / utility / zserge-lorca

zserge-lorca

JSON →
library0.1.10gogounverified

Lorca is a Go library for building cross-platform desktop apps using Chrome/Chromium as the UI layer.

go get github.com/zserge/lorca
INSTALL
IMPORT
SIG · ZSERGE-LORCA
Z
zserge-lorca
utilitygov0.1.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lorca
github.com/zserge/lorca

Creates a minimal desktop window displaying HTML content.

package main import ( "log" "github.com/zserge/lorca" ) func main() { ui, err := lorca.New("data:text/html,<h1>Hello</h1>", "", 480, 320) if err != nil { log.Fatal(err) } defer ui.Close() <-ui.Done() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.10latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
28
Resources
zserge-lorca — go get zserge-lorca · libregistry