Registry / other / gdnative-bindings-generator

gdnative-bindings-generator

JSON →
library0.11.3rscratesunverified

Generates bindings for the Godot engine's GDNative classes from a JSON API description file.

# Cargo.toml [dependencies] gdnative_bindings_generator = "0.11.3"
INSTALL
IMPORT
SIG · GDNATIVE-BINDINGS-
G
gdnative-bindings-generator
otherrustv0.11.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

generate_bindings
use gdnative_bindings_generator::generate_bindings;

Generates Godot GDNative bindings using the generator.

use gdnative_bindings_generator::generate_bindings; fn main() { // Example: generate bindings from JSON println!("GDNative bindings generator ready"); }
Debug
Known issues
gotchaRequires Godot engine and GDNative API JSON file.
fix
Download the Godot API JSON from the Godot repository and specify its path.
affects: >=0.11.0
Upgrade
Version history
0.11.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gdnative-bindings-generator — cargo add gdnative-bindings-generator · libregistry