linear-sim

Crates.iolinear-sim
lib.rslinear-sim
version0.6.9
created_at2025-07-13 16:26:33.127814+00
updated_at2025-08-17 07:07:05.344409+00
descriptionMinimal linear 3D simulation library
homepage
repositoryhttps://gitlab.com/spearman/linear-sim-rs
max_upload_size
id1750621
size577,850
Shane Pearman (spearman)

documentation

README

linear-sim

minimal linear 3D simulation

This library is a small dynamic simulation with the following features:

  • Static objects with fixed positions
  • Dynamic objects with only linear (position) time derivatives
  • Three axis-aligned bounding volumes for static or dynamic objects: Sphere, Capsule and Cuboid (AABB)
  • Two unbounded volumes: Orthants and Halfspaces for static objects
  • Gravity force and user-created forces
  • Continuous collision detection and response
Commit count: 0

cargo fmt