Up to date

This page is up to date for NumDot stable. If you still find outdated information, please open an issue.

How to Install

Manual Download

You can manually download the latest release from GitHub. To install, simply unzip the archive and place the files into your Godot project.

Custom Build

You may want to manually build NumDot, for example to:

  • Reduce Build Size: The default NumDot build is fairly large. You can compile it with fewer features to reduce the binary size.

  • Adjust Optimization Options: You can optimize your build for different targets, e.g. speed, size and compatibility.

  • Custom Extensions: You can extend NumDot's functionality by interfacing with xtensor directly, substantially improving performance of individual computations.

To get started with manual builds, continue reading: Custom Builds


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.