three_dart 0.0.10 three_dart: ^0.0.10 copied to clipboard
three.js implement by Dart. Dart 3D library. an easy to use, lightweight, cross-platform, general purpose 3D library.
// import 'package:example/webgl_debug4.dart';
import 'package:flutter/material.dart';
// import 'ExampleApp.dart';
void main() {
// runApp(const ExampleApp());
// runApp(
// MaterialApp(
// home: webgl_debug4(fileName: "webgl_debug4"),
// )
// );
}