UNPKG

@dimforge/rapier3d

Version:

3-dimensional physics engine in Rust - official JS bindings.

11 lines 284 B
import { version as vers } from "./raw"; export function version() { return vers(); } export * from "./math"; export * from "./dynamics"; export * from "./geometry"; export * from "./pipeline"; export * from "./init"; export * from "./control"; //# sourceMappingURL=exports.js.map