Skip to content

Visual

Node-based visual programming interface for HoloScript.

Overview

@holoscript/visual focuses on graph-style visual authoring, giving users a non-text programming surface for constructing logic and spatial workflows.

Installation

bash
npm install @holoscript/visual

Use When

  • You want node-based authoring instead of pure text.
  • You are building visual programming experiences for HoloScript.
  • You need an authoring layer that can sit alongside Studio or parser tooling.

Key Capabilities

  • Visual graph authoring for HoloScript concepts.
  • Useful for education, onboarding, and creative workflows.
  • Complements Studio and AST translation layers.

See Also

Released under the MIT License.