Skip to content

galavi / GalaviConfig

Interface: GalaviConfig

Defined in: types.ts:25

Galavi configuration — everything needed to create a Galavi instance.

Combines state (the WHAT) and view configurations (the HOW). await createGalavi(config) inits GPU, mounts views, returns ready instance.

Properties

state

state: State

Defined in: types.ts:27

State — physical space, layers, exploration


views

views: Record<string, ViewConfig>

Defined in: types.ts:29

View configurations keyed by view name

Released under the GPL-3.0 License.