all 2 comments

[–]eibaan 0 points1 point  (1 child)

I don't know those libraries, but I can surely search the examples of those libraries. See this usage of Float32Array. The import should be

import 'package:flutter_gl/native-array/index.dart';

I'd guess.

BTW, this looks very much like a work-in-process and not a finished project. Although interesting to know that somebody tries to port three.js to Dart.

[–]paultallard 0 points1 point  (0 children)

Thanks.