Interstellar Triangulum is a high-performance, Rust-based video creation engine designed to automate the production of high-quality, data-driven video content. It is built upon the three core pillars of The Digital Artisan philosophy.
"Speed is the currency of the digital age." We leverage the power of Rust and Blender to create a rendering pipeline that is blazing fast and resource-efficient.
- Parallel Rendering: Utilizes multi-core CPUs to render frames concurrently.
- Smart Caching: SHA256-based caching ensures we never re-render unchanged scenes.
- Memory Safety: Built-in vaults monitor resource usage to prevent crashes.
"Attention is the scarcest resource." We provide tools to ensure your content grabs and holds the viewer's attention.
- Narrative Structure: Automated validation of hook, body, and payoff sequences.
- Retention Analysis: Predictive modeling to identify and fix pacing issues.
- Dynamic Visuals: High-fidelity animations and effects to keep the screen alive.
"Trust is the foundation of influence." We integrate verification tools to ensure your content is accurate and reliable.
- Claim Classification: Automatically identifies factual claims in your script.
- Source Verification: Enforces citation requirements for data-driven statements.
- Credibility Scoring: Quantitative analysis of your content's reliability.
| Feature | Status | Description |
|---|---|---|
| Video Engine | ✅ Complete | Core Rust engine, JSON parser, Asset loader |
| Rendering | ✅ Complete | Blender backend with material system & effects |
| Audio | ✅ Complete | Multi-track mixing and synchronization |
| Narrative Tools | ✅ Complete | Structure validation & retention analysis |
| Credibility Tools | ✅ Complete | Claim verification & scoring |
- Rust (latest stable)
- Blender (3.0+)
- FFmpeg
# Build the release binary
cargo build --release
# Run the simple example
./target/release/interstellar-triangulum examples/simple.json --renderer blenderMIT
