Computational data architecture based on ternary logic and semantic flow. Grounding the math for glyph system A0-E0.
Prerequisites: Rust toolchain (install via rustup if needed)
git clone https://github.com/mookachaka/RustySrota.git
cd RustySrota
cargo build --releaseRustySrota provides utilities and reference implementations for:
- Geometric primitives for tensegrity and truss layouts
- Form-finding helpers and force-density solvers
- Structural member models and simple buckling checks
- CSV/JSON IO for node/edge export and quick visualization
This project is modular and intended for research prototypes, visualization, and CAD tool backends.
cargo run --releaseFor more details, see STATUS.md and DERIVATION.md.