Skip to content

Engine

Spatial engine package for runtime, ECS-style systems, networking, rendering, and physics.

Overview

@holoscript/engine is a lower-level execution package for scene simulation concerns that sit beneath higher-level runtime or editor experiences.

Installation

bash
npm install @holoscript/engine

Use When

  • You need lower-level scene execution primitives.
  • You are building custom runtime layers or experiments.
  • You want tighter access to systems like rendering, networking, or physics orchestration.

Key Capabilities

  • Core execution systems for scene simulation.
  • Lower-level hooks for engine-oriented integrations.
  • Useful bridge between compiler output and platform runtimes.

See Also

Released under the MIT License.