three_dart
1.0.0
ห้องสมุด Dart 3D ห้องสมุด 3 มิติที่ใช้งานง่ายน้ำหนักเบาและแพลตฟอร์มทั่วไป
สาม.JSเขียนใหม่โดย DART 3D สำหรับ Flutter ฐานบน flutter_gl
สนับสนุนเว็บ, 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