Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 394 Bytes

gdextension-nim

Godot 4.0 GDExtension binding for nim language. It's still work in progress.

Dependencies

  • Godot 4.0
  • Nake

Usage

Steps

  1. Clone the project.
  2. Open the project folder and run nimble develop to make the library visible.
  3. Open tests/testgde folder and nake build, then generated dynlib will be putted into testproj and you can open it by Godot 4.0.