Discussion:
[dart-misc] Why this library has been removed
Alexey Solovey
2015-09-14 13:07:23 UTC
Permalink
I member has been cool vector math library.
https://github.com/johnmccutchan/DartVectorMath
But removed. But WHY?

Why in official (google) vector math library have no types, and have syntax
named as "Matrix"? With WebGL 2.0 would be cool.

- mat2x3
- mat2x4
- mat3x2
- mat3x4
- mat4x2
- mat4x3


And where I can found this vector math library (by johnmccutchan)?

Also, how to I can use WebGL 2.0 with Dart?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Günter Zöchbauer
2015-09-14 14:45:49 UTC
Permalink
I assume this is the new
location https://github.com/google/vector_math.dart
(https://pub.dartlang.org/packages/vector_math)
also quite popular:
- https://pub.dartlang.org/packages/stagexl
- https://pub.dartlang.org/packages/three
Post by Alexey Solovey
I member has been cool vector math library.
https://github.com/johnmccutchan/DartVectorMath
But removed. But WHY?
Why in official (google) vector math library have no types, and have
syntax named as "Matrix"? With WebGL 2.0 would be cool.
- mat2x3
- mat2x4
- mat3x2
- mat3x4
- mat4x2
- mat4x3
And where I can found this vector math library (by johnmccutchan)?
Also, how to I can use WebGL 2.0 with Dart?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
John McCutchan
2015-09-23 16:50:24 UTC
Permalink
GÃŒnter is correct.

John
I assume this is the new location
https://github.com/google/vector_math.dart (
https://pub.dartlang.org/packages/vector_math)
- https://pub.dartlang.org/packages/stagexl
- https://pub.dartlang.org/packages/three
Post by Alexey Solovey
I member has been cool vector math library.
https://github.com/johnmccutchan/DartVectorMath
But removed. But WHY?
Why in official (google) vector math library have no types, and have
syntax named as "Matrix"? With WebGL 2.0 would be cool.
- mat2x3
- mat2x4
- mat3x2
- mat3x4
- mat4x2
- mat4x3
And where I can found this vector math library (by johnmccutchan)?
Also, how to I can use WebGL 2.0 with Dart?
--
For other discussions, see https://groups.google.com/a/dartlang.org/

For HOWTO questions, visit http://stackoverflow.com/tags/dart

To file a bug report or feature request, go to http://www.dartbug.com/new

To unsubscribe from this group and stop receiving emails from it, send an email to misc+***@dartlang.org.
Continue reading on narkive:
Loading...