Skip to content

Releases: DynamicDevices/godot-onnx-loader

v0.3.0 — Asset Library (multi-platform)

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:17

Asset Library zip for Godot 4.6+.

  • godot-onnx-loader-v0.3.0-assetlib.zipLinux + Windows + macOS (debug + release) with Microsoft ONNX Runtime 1.20.1
  • godot-onnx-loader-v0.3.0-linux-x86_64.zip — Linux-only (smaller)

Unzip and copy addons/onnx_loader/ into your Godot project. No scons required.

AssetLib: Download provider Custom → direct zip URL below.

v0.2.2 — Asset Library (multi-platform)

Choose a tag to compare

@github-actions github-actions released this 30 Aug 12:05
v0.2.2
a013b48

Asset Library zip for Godot 4.6+.

  • godot-onnx-loader-v0.2.2-assetlib.zipLinux + Windows + macOS (debug + release) with Microsoft ONNX Runtime 1.20.1
  • godot-onnx-loader-v0.2.2-linux-x86_64.zip — Linux-only (smaller)

Unzip and copy addons/onnx_loader/ into your Godot project. No scons required.

AssetLib: Download provider Custom → direct zip URL below.

v0.2.1 — Asset Library (multi-platform)

Choose a tag to compare

@ajlennon ajlennon released this 28 Aug 12:31
v0.2.1
de7a9d7

Asset Library zip for Godot 4.6+.

  • godot-onnx-loader-v0.2.1-assetlib.zip — Linux + Windows + macOS (debug + release) with Microsoft ONNX Runtime 1.20.1
  • godot-onnx-loader-v0.2.1-linux-x86_64.zip — Linux-only (smaller)

Unzip and copy addons/onnx_loader/ into your Godot project. No scons required.

AssetLib: Download provider Custom → direct zip URL below.

v0.2.0 — Asset Library Linux x86_64

Choose a tag to compare

@github-actions github-actions released this 28 Aug 11:49
v0.2.0
6f2d1e3

Asset Library / project zip for Godot 4.6+ (Linux x86_64).

Unzip and copy addons/onnx_loader/ into your Godot project.
Bundles Microsoft ONNX Runtime 1.20.1 (debug + release templates).

AssetLib submit: Custom download URL → this zip asset.

v0.1.0 — Julian-verified Godot 4.6 / MS ORT

Choose a tag to compare

@ajlennon ajlennon released this 28 Aug 10:14
6303214

First stable release — Julian-verified on Nix / Godot 4.6 with Microsoft ONNX Runtime 1.20.1.

Highlights since the test.N pre-releases

  • Fresh-install path: committed flake.lock, tools/ensure_ort.sh, clearer ORT_ROOT / README (#13)
  • Godot-shaped .gdextension [dependencies] + relative paths; smoke-csv finds bundled ORT (#14)
  • Clear ORT executable stack for glibc 2.41+ dlopen (#15)
  • CI regressions for Julian’s failures (execstack / missing ORT); Nix “just work” ORT auto-patch; separate Godot 4.6 SCons cache (#16)

Use (Godot 4.6 + MS ORT)

git fetch --tags && git checkout v0.1.0
bash tools/godot_46_ms_ort.sh
# then open demo/ (or vizemes-align) with Godot 4.6 normally

Daily Nix (Godot 4.5 + store ORT): bash tools/julian-nix-smoke.sh

Assisted-by: Cursor