Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Releases: paiml/simular

Nightly Build

Nightly Build Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 12:23

Automated nightly build from main.

Commit: be3379d

This is a pre-release build and may be unstable.

Simular v0.1.0 - Unified Simulation Engine

Choose a tag to compare

@noahgift noahgift released this 10 Dec 22:15

Highlights

  • Orbit Module: N-body gravitational physics with Yoshida 4th-order symplectic integrator
  • Toyota Way Principles: Poka-Yoke (type safety), Jidoka (physics guards), Heijunka (work scheduling), Mieruka (visualization)
  • WASM Support: 37KB gzipped WebAssembly module for browser deployment
  • TUI Demo: Terminal-based orbit visualization with ratatui

Features

  • Deterministic reproducibility with seeded RNG
  • Energy/momentum conservation (< 1e-9 relative drift over 100 orbits)
  • Monte Carlo engine with variance reduction
  • Checkpoint/restore functionality
  • Real-time Jidoka status monitoring

Installation

cargo add simular

Or with WASM support:

cargo add simular --features wasm

Links

Demo

Orbit TUI Demo