o
odinpkg.dev
packages / binding / godot-odin

godot-odin

8652d6bbinding

Godot Engine bindings for the Odin programming language

No license · updated 5 months ago

Godot Engine bindings for the Odin programming language

Current version: 4.6 Status: Experimental

Usage

Clone the project and import the bindings with import gd "godot-odin"

Naming Convention

snake case for members/fields/variables/functions/globals and pascal case for types/enumerations, for class functions CanvasItem_is_visible() is the convention to allow consistent code searching ability.