linear-sim 0.9.0

Minimal linear 3D simulation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# `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: `Orthant`s and `Halfspace`s for static objects
- Gravity force and user-created forces
- Continuous collision detection and response

<iframe width="560" height="315" src="https://www.youtube.com/embed/xTqSF7spWeI?si=C_jXYs-zCVLD4xZj" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>