godot-nim / gdext-nim

Godot GDExtension binding for Nim
MIT License
27 stars 2 forks source link
game gdextension godot4 nim

godot-nim/gdext

Godot GDExtension binding for Nim-lang.

For instance to use, see demo. See wiki to get more detail.

Features

Partially working

In preparation

Install / Uninstall

Command line

# install
nimble install https://github.com/godot-nim/gdext-nim

# uninstall
nimble uninstall gdext
gdextwiz uninstall

# upgrade
gdextwiz upgrade

Dependencies