dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.12k stars 1.57k forks source link

Native Matrix/Vector library #1725

Open DartBot opened 12 years ago

DartBot commented 12 years ago

This issue was originally filed by @pjako


As dart has great potential for web 3D engines, what about adding some matrix/vector native library? That would be nice because, 3D is always an edge case where performance really counts. Also this would unify 3D operations in dart to one library.

sethladd commented 12 years ago

This would be useful for games.


Removed Type-Defect label. Added Type-Enhancement, Area-Library, Triaged labels.

kevmoo commented 10 years ago

You may want to look at https://github.com/johnmccutchan/vector_math