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