concinnity-core 0.19.2

Runtime vocabulary for the Concinnity engine: GPU layouts, ECS components, registry, CPU kernels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Scenario tests for the simulation: whole scenes stepped to a verdict, as
// opposed to the arithmetic checks that sit beside the code they exercise.
// In-crate rather than under `tests/` so the sim API they drive does not have
// to be public to be testable.

mod ccd;
mod character;
mod contact_events;
mod heightfield;
mod joints;
mod parallel;
mod sensor;
mod settling;
mod surface;