three_dart
1.0.0
Bibliothèque Dart 3D. Une bibliothèque 3D à usage général facile à utiliser, léger, multiplateforme et à usage général.
trois.js réécrit par Dart. 3d pour Flutter. Base sur flutter_gl
Prise en charge du Web, iOS, Android, macOS, Windows
Linux Todo, besoin de support Flutter_Gl
trois.js R138
Exemple de démonstration sur Flutter Web https://wasabia.github.io/three_dart_example/#/
Tout d'abord. Suivez Flutter_Gl Utilisation Flutter_GL
FAIRE
Vérifiez l'exemple de projet
camera = new three.PerspectiveCamera( 40, 1, 0.1, 10 );
camera.position.z = 3;
scene = new three.Scene();
camera.lookAt(scene.position);
scene.background = three.Color(1.0, 1.0, 1.0);
scene.add( new three.AmbientLight( 0x222244, null ) );
var geometryCylinder = new three.CylinderGeometry( 0.5, 0.5, 1, 32 );
var materialCylinder = new three.MeshPhongMaterial( { "color": 0xff0000 } );
mesh = new three.Mesh( geometryCylinder, materialCylinder );
scene.add( mesh );
cd example && flutter run

Déposez tous les problèmes, bogues ou demandes de fonctionnalités.
Tirez la demande s'il vous plaît!
https://github.com/wasabia/three_dart_jsm
https://github.com/wasabia/opentype
https://github.com/wasabia/typr_dart