o
odin.langpkg.dev
packages / library / gododin

gododin

2e22a1blibrary

No description provided.

No license · updated 2 years ago

Gododin

Odin binding for gdextension, currently supports godot4.2.

This project is under-construction, dove.odin works as an example and test file.

How to use

  • Clone the repo into your godot project, and cd into the gododin directory.
  • make bg to generate godot binding code.
  • Write your own gameplay code, then make dll to build the project into a dll.
  • Restart godot maybe for the first time.

Todo

  • Class register wrapper (virtual method and properties export)
  • Singleton
  • Operators