three_dart
1.0.0
Perpustakaan 3D DART. Perpustakaan 3D 3D yang mudah digunakan, ringan, lintas platform, dan tujuan umum.
Three.js ditulis ulang oleh Dart. 3D untuk flutter. Basis pada flutter_gl
Dukungan Web, iOS, Android, MacOS, Windows
Linux todo, butuh dukungan flutter_gl
Three.js R138
Contoh demo pada web flutter https://wasabia.github.io/three_dart_example/#/
Pertama sama sekali. Ikuti flutter_gl penggunaan flutter_gl
Todo
periksa contoh proyek
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

Ajukan masalah, bug, atau permintaan fitur apa pun.
Tolong tarik permintaan!
https://github.com/wasabia/three_dart_jsm
https://github.com/wasabia/opentype
https://github.com/wasabia/typr_dart