three_dart
1.0.0
DART 3Dライブラリ。使いやすく、軽量、クロスプラットフォーム、汎用3Dライブラリ。
Three.jsはDARTによる書き換えです。フラッター用の3D。 flutter_glのベース
Web、iOS、Android、MacOS、Windowsをサポートします
Linux Todo、Flutter_glサポートが必要です
3.JS R138
Flutter Webのデモの例https://wasabia.github.io/three_dart_example/#/
まず最初です。 flutter_glの使用率Flutter_glに従ってください
トト
プロジェクトの例を確認してください
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

問題、バグ、または機能リクエストを提出します。
リクエストをプルしてください!
https://github.com/wasabia/three_dart_jsm
https://github.com/wasabia/opentype
https://github.com/wasabia/typr_dart