Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivorforce/numdot

Tensor math and scientific computation for the Godot game engine.
https://github.com/ivorforce/numdot

gdextension godot math tensor

Last synced: 4 months ago
JSON representation

Tensor math and scientific computation for the Godot game engine.

Awesome Lists containing this project

README

        

# NumDot

A tensor math and scientific computation library for the [Godot](https://godotengine.org) game engine. The project is still in its early stages. [Contributions are welcome](https://github.com/Ivorforce/NumDot/blob/main/CONTRIBUTING.md)!

NumDot is inspired by the Python tensor math library, [NumPy](https://numpy.org), and uses [xtensor](https://github.com/xtensor-stack/xtensor) under the hood ([read up on differences here](https://numdot.readthedocs.io/en/latest/how-to-use/numpy-xtensor-numdot.html)).

**Quick Start:**
- [Motivation (why use NumDot?)](https://numdot.readthedocs.io/en/latest/index.html#motivation)
- [How to install](https://numdot.readthedocs.io/en/latest/setup/how-to-install.html)
- [Getting Started](https://numdot.readthedocs.io/en/latest/how-to-use/getting_started.html)
- [Changelog](https://numdot.readthedocs.io/en/latest/setup/changelog.html)
- [Class Reference](https://numdot.readthedocs.io/en/latest/classes/index.html)
- [How to contribute](https://github.com/Ivorforce/NumDot/blob/main/CONTRIBUTING.md)

## What Now?

NumDot is still in its early stages. If you want to keep up to date, come by and chat with us on our [Discord Server](https://discord.gg/mwS2sW6V5M).

If you want to contribute, check out [CONTRIBUTING.md](https://github.com/Ivorforce/NumDot/blob/main/CONTRIBUTING.md) or come by our [Discord Server](https://discord.gg/mwS2sW6V5M).

We will be keeping track of ToDos through the GitHub issues.