three_dart 0.0.6
three_dart: ^0.0.6 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/webgl_morphtargets.dart';
import 'package:flutter/material.dart';
import 'ExampleApp.dart';
void main() {
runApp(ExampleApp());
// runApp( MaterialApp(home: webgl_morphtargets(fileName: "webgl_morphtargets"),) );
}