three_dart
1.0.0
Biblioteca 3D DART. Uma biblioteca 3D de uso geral fácil de usar, leve, de plataforma cruzada.
três.js reescrever por Dart. 3D para vibrar. Base em flutter_gl
Suporte Web, iOS, Android, MacOS, Windows
Linux TODO, precisa de suporte Flutter_GL
três.js r138
Exemplo de demonstração no Flutter web https://wasabia.github.io/three_dart_example/#/
Primeiro. Siga Flutter_Gl Uso Flutter_Gl
PENDÊNCIA
Verifique o projeto de exemplo
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

Arquive quaisquer problemas, bugs ou solicitações de recursos.
Pull Pedido, por favor!
https://github.com/wasabia/three_dart_jsm
https://github.com/wasabia/opentype
https://github.com/wasabia/typr_dart