rapier_physics 0.3.0 copy "rapier_physics: ^0.3.0" to clipboard
rapier_physics: ^0.3.0 copied to clipboard

A high-performance 3D physics engine for Flutter, powered by Rapier (Rust/WASM).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add rapier_physics

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  rapier_physics: ^0.3.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rapier_physics/rapier_physics.dart';
3
likes
140
points
322
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A high-performance 3D physics engine for Flutter, powered by Rapier (Rust/WASM).

Repository (GitHub)
View/report issues

Topics

#rapier #physics #rust #wasm #macbear

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, plugin_platform_interface, vector_math, web

More

Packages that depend on rapier_physics

Packages that implement rapier_physics