• Resources
  • NumDot: Tensor Math and Scientific Computation

Hi 👋 I made a NumPy-like library for tensor math that can be used from GDScript and C#. It's called NumDot, and you can find it here: https://numdot.readthedocs.io/

Currently, after a few weeks of hard work, I'm starting to involve more testers, to get it out of beta. If you're interested in fast, easy to write vector math for Godot, I'd be grateful for any kind of involvement!
You can find the repository here.
You can also join the project's community on Discord here.

3 months later

will it use the blackwell well?

    a month later

    kuligs2 No, NumDot runs on the CPU. Some tasks run faster on the GPU, but others are actually faster on the CPU. We list a few GPU based libraries on the Godot Awesome Scientific page 🙂