three_dart
1.0.0
Дарт 3D библиотека. Простая в использовании, легкая, кроссплатформенная, 3D-библиотека общего назначения.
Три. 3D для трепета. База на Flutter_GL
Поддержка Web, iOS, Android, MacOS, Windows
Linux Todo, нужна поддержка Flutter_GL
Три.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