Vantle

Platform for everything

Vantle is a platform for software research and experimentation.


Features

Molten

Computational expression over hypergraphs

An AI frontend language designed for continual learning algorithms. Build hypergraphs through polymorphic relations, enabling declarative computation with concepts, orthogonalities, and transformations evaluated with temporal semantics.

more →

Generation

Code generation framework for Rust

Generate test suites from templates and JSON case definitions. The autotest system eliminates boilerplate while enabling data-driven testing with parameter shadowing and tag organization.

more →

Observation

Trace streaming and recording

Stream traces peer-to-peer without a central server. The #[trace] macro instruments functions with channel-based filtering for selective observation to files or remote peers.

more →

Spatialize

GPU rendering infrastructure

Render with wgpu using assembler-pattern context creation and frame-based draw submission. Golden ratio scaling utilities ensure harmonious visual proportions throughout.

more →


Quick Start

Requirements

Bazel ≥ 9.0.0

Build

bazel build //...

Test

bazel test //...