Architecture & API Reference

Documentation Portal

Engineering manuals, CLI references, simulation guides, and machine-readable specifications across the SpaceCorps ecosystem.

Autonomous Agent CLIs

23 native Rust tools engineered for sub-3ms startup latency, zero interpreter dependencies, and deterministic JSON streaming.

Explore 23 CLI Tools →

Space3d Simulation Engine

Pure-Rust cross-platform 3D game engine on wgpu 30 with GPU-driven indirect drawing (1M+ instances) and 60Hz fixed tick ECS.

Space3d Architecture →

Space3d-Molecular & Physics

High-speed atomistic molecular dynamics (spacemd, 108M atom-steps/s) and thermal-field electron emission (spaceemit).

OpenAPI 3.1 Spec (JSON) →

Machine-Readable Guides

Curated indexes for LLMs, autonomous tool callers, and Claude/ChatGPT integrations.

llms.txt · llms-full.txt · When to Use

Quickstart: Cargo Sparse Registry

SpaceCorps hosts a zero-auth public Cargo sparse registry on Sliplane for crates and prebuilt binaries:

# ~/.cargo/config.toml
[registries.spacecorps]
index = "sparse+https://spacecorps-registry.sliplane.app/index/"

# In your project:
cargo add spacemd --registry spacecorps
cargo add spaceemit --registry spacecorps