Registry / utility / ki-v2
library2.0.0-dev0.0.33gogounverified

Package ki provides the base element of Goki Trees, powerful tree structures supporting scenegraphs, programs, and parsing.

go get goki.dev/ki/v2
INSTALL
IMPORT
SIG · KI-V2
K
ki-v2
utilitygov2.0.0-dev0.0.33
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.

ki
goki.dev/ki/v2

Create a new Ki tree node and print its name.

package main import ( "fmt" "goki.dev/ki/v2" ) func main() { node := ki.NewNode("root") fmt.Println(node.Name()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0-dev0.0.33latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ki-v2 — go get ki-v2 · libregistry