Back to projects
ARCHITECTURE

The Prism Core

A decentralised framework for spatial computing interfaces that bridges physical and digital environments seamlessly.

Overview

The Prism Core is a decentralised framework designed for the next generation of spatial computing interfaces. It provides a robust foundation for building applications that seamlessly bridge the gap between physical and digital environments.

Key Features

  • Distributed Architecture: No single point of failure, peer-to-peer data synchronisation
  • Spatial Awareness: Real-time depth mapping with sub-centimetre precision
  • Universal API: Agnostic to hardware platform — works with AR, VR, and mixed reality devices

Technical Stack

The framework is built on a combination of Rust for the core engine and TypeScript for the developer-facing SDK. WebAssembly compilation targets allow the core to run in browser environments with near-native performance.

pub struct SpatialNode {
    pub id: NodeId,
    pub position: Vec3,
    pub children: Vec<Arc<SpatialNode>>,
}

Results

Deployed across 3 enterprise pilots with average latency reduction of 40% compared to centralised alternatives.