Stub project to demonstrate usage of the godot-nim library.
Prerequisites:
- Install nake:
nimble install nake -n
. - Ensure
~/.nimble/bin
is in your PATH (On Windows:C:\Users\<your_username>\.nimble\bin
). - Set
GODOT_BIN
environment varible to point to Godot executable (requires Godot 3.0 changeset b759d14 or newer). - Install godot-nim:
nimble install godot
Run nake build
in any directory within the project to compile for the current platform.