two.js
two.js copied to clipboard
[Question] WASM is it something this library is looking to utilise?
I have looked at a few issues mentioning WASM as an option for solving some missing features, I also think it could be used wisely to improve performance in multiple core maths operations.
- Matrix operations (multiplication, inversion)
- Vector operations (distance, normalization)
- Bezier curve calculations (length, point calculation)
Is this something this library is interested in doing / take an initial start from the community?