Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ivorforce/numdot
- Owner: Ivorforce
- License: mit
- Created: 2024-08-31T11:01:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T21:51:08.000Z (4 months ago)
- Last Synced: 2024-10-12T23:02:25.880Z (4 months ago)
- Topics: gdextension, godot, math, tensor
- Language: C++
- Homepage: https://numdot.readthedocs.io
- Size: 2.57 MB
- Stars: 15
- Watchers: 1
- Forks: 6
- Open Issues: 55
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.