Skip to content

Releases: Magic-Man-us/RustPhysicsEngine

Release list

v0.2.0

Choose a tag to compare

@Magic-Man-us Magic-Man-us released this 29 Aug 17:52
9065a52

First release of the Python bindings.

pip install numeria

Wheels for Linux x86_64, macOS universal2 and Windows x64; abi3, Python 3.9+.
6,365 functions across 71 modules, generated from the crate's own source.

The crate is rust_physics_engine; the Python package is numeria.

v0.1.0

Choose a tag to compare

@Magic-Man-us Magic-Man-us released this 21 Mar 16:18

Initial Release

A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation.

Highlights

  • 1,600+ validated functions across 50+ modules
  • 1,659 tests with 99.98% line coverage
  • Zero dependencies — pure Rust, f64 precision throughout
  • Input validation on every public function
  • NIST CODATA constants for all physical constants

Domains covered

Classical mechanics, thermodynamics, electromagnetism, optics, relativity, quantum mechanics, nuclear physics, astrophysics, fluid dynamics, solid mechanics, chemistry, biophysics, signal processing, numerical methods, optimization, statistics, and more.

Install

[dependencies]
rust_physics_engine = "0.1.0"

Published on crates.io | Docs on docs.rs