three_dart_jsm_flutterflow 0.0.11 copy "three_dart_jsm_flutterflow: ^0.0.11" to clipboard
three_dart_jsm_flutterflow: ^0.0.11 copied to clipboard

three.js examples/jsm implementation in Dart. Fixed for Flutter 3.32.4+ compatibility. For three_dart_flutterflow 3D library.

example/lib/main.dart

import 'package:example/webgl_loader_fbx.dart';
// import 'package:example/webgpu_rtt.dart';
import 'package:flutter/material.dart';

import 'example_app.dart';

void main() {
  runApp(const ExampleApp());
  // runApp(MaterialApp(home: webgl_loader_fbx(fileName: 'webgl_loader_fbx'),));
  // runApp(MaterialApp(home: webgpu_rtt(fileName: 'webgpu_rtt'),));
}
0
likes
60
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

three.js examples/jsm implementation in Dart. Fixed for Flutter 3.32.4+ compatibility. For three_dart_flutterflow 3D library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

archive, flutter, flutter_gl_flutterflow, image, opentype_dart, three_dart_flutterflow, typr_dart, universal_html

More

Packages that depend on three_dart_jsm_flutterflow