three_dart 0.0.16 copy "three_dart: ^0.0.16" to clipboard
three_dart: ^0.0.16 copied to clipboard

three.js implement by Dart. Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.

example/lib/main.dart

// import 'package:example/multi_views.dart';
import 'package:flutter/material.dart';
import 'example_app.dart';

void main() {
  runApp(const ExampleApp());
  // runApp(MaterialApp(home: multi_views(fileName: 'multi_views'),));
  // runApp(MaterialApp(home: misc_controls_arcball(fileName: 'misc_controls_arcball'),));
  // runApp(MaterialApp(home: webgl_loader_gltf_test(fileName: 'webgl_loader_gltf_test'),));
}
188
likes
120
pub points
87%
popularity

Publisher

unverified uploader

three.js implement by Dart. Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, ffi, flutter, flutter_gl, http, image, universal_html

More

Packages that depend on three_dart