macbear_3d 0.2.0
macbear_3d: ^0.2.0 copied to clipboard
Macbear 3D is a lightweight 3D rendering engine for Flutter, built on Google ANGLE (OpenGL ES).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add macbear_3dThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
macbear_3d: ^0.2.0Alternatively, 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:macbear_3d/macbear_3d.dart';