three_dart
1.0.0
Dart 3D库。易于使用,轻巧,跨平台,通用3D库。
Dart重写三。 3D扑来。基于Flutter_GL
支持网络,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