Skip to content

Technical Architecture Expanded

vykrum edited this page Sep 5, 2026 · 8 revisions

HYWE is structured as a deterministic computational pipeline transforming programmatic intent into spatial organization.


Lexel

Responsible for parsing architectural programming and relational syntax.

Outputs:

  • TreeNode hierarchies
  • adjacency structures
  • organizational relationships

Hexel

Acts as an evolving atomic spatial primitive participating in localized organization.


Coxel

Responsible for higher-order clustering and relational grouping.


Goxel

Responsible for deterministic geometric evaluation and polygon cleaning.

Outputs:

  • geometric primitives
  • bounded areas
  • mathematically exact spatial shapes

Xyxel

Handles planar configuration and 2D spatial interpretation.

Outputs:

  • SVG rendering
  • planar organization
  • adjacency resolution

Nexel

Handles spatial nesting and internal recursive configurations.

Outputs:

  • nested layout
  • hierarchical containment
  • sub-configurations

Zaxel

Handles vertical aggregation and volumetric interpretation.

Outputs:

  • stacked massing
  • volumetric continuity
  • WebGPU visualization

Note

The WebGPU Massing renderer is currently Experimental.

It reads the vertical stacking configurations derived from Zaxel primitives and uses Goxel boundaries to generate 3D polygonal meshes. By leveraging the high-performance capabilities of WebGPU, HYWE can render complex deterministic topological massing rapidly in the browser. Further optimizations for massing and sequence visualization are actively under development.


Analyze

Investigates spatial metrics and organizational evaluation.


Teach / Hynteract

Supports deterministic spatial configuration dataset collection, moderation, and provenance tracking.


State Management

Handles the persistence and sharing of deterministic configurations.

Outputs:

  • Elmish/Bolero state tracking
  • Base34 serialization via Lexel
  • Compressed shareable URL generation

Clone this wiki locally