vrlizate 1.1.0 copy "vrlizate: ^1.1.0" to clipboard
vrlizate: ^1.1.0 copied to clipboard

VR 3D engine for Flutter. Scene graph, mesh rendering, lighting, stereoscopic projection, head tracking, interaction, animation, and effects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add vrlizate

With Flutter:

 $ flutter pub add vrlizate

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

dependencies:
  vrlizate: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:vrlizate/vrlizate.dart';
3
likes
0
points
130
downloads

Publisher

verified publisheropenneom.dev

Weekly Downloads

VR 3D engine for Flutter. Scene graph, mesh rendering, lighting, stereoscopic projection, head tracking, interaction, animation, and effects.

Repository (GitHub)
View/report issues

Topics

#vr #virtual-reality #three-d #game-engine #flutter

License

unknown (license)

Dependencies

flutter, sensors_plus, vector_math

More

Packages that depend on vrlizate