Releases: DynamicDevices/godot-onnx-loader
Release list
v0.3.0 — Asset Library (multi-platform)
Asset Library zip for Godot 4.6+.
godot-onnx-loader-v0.3.0-assetlib.zip— Linux + Windows + macOS (debug + release) with Microsoft ONNX Runtime 1.20.1godot-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)
Asset Library zip for Godot 4.6+.
godot-onnx-loader-v0.2.2-assetlib.zip— Linux + Windows + macOS (debug + release) with Microsoft ONNX Runtime 1.20.1godot-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)
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.1godot-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
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
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, clearerORT_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 normallyDaily Nix (Godot 4.5 + store ORT): bash tools/julian-nix-smoke.sh
Assisted-by: Cursor