UNPKG

@dimforge/rapier2d-compat

Version:

2-dimensional physics engine in Rust - official JS bindings. Compatibility package with inlined webassembly as base64.

12 lines (11 loc) 311 B
export * from "./broad_phase"; export * from "./narrow_phase"; export * from "./shape"; export * from "./collider"; export * from "./collider_set"; export * from "./feature"; export * from "./ray"; export * from "./point"; export * from "./toi"; export * from "./interaction_groups"; export * from "./contact";