jrenner / godot-nim-stub

Stub for Godot project with Nim support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stub project to demonstrate usage of the godot-nim library.

Prerequisites:

  1. Install nake: nimble install nake -n.
  2. Ensure ~/.nimble/bin is in your PATH (On Windows: C:\Users\<your_username>\.nimble\bin).
  3. Set GODOT_BIN environment varible to point to Godot executable (requires Godot 3.0 changeset b759d14 or newer).
  4. Install godot-nim: nimble install godot

Run nake build in any directory within the project to compile for the current platform.

About

Stub for Godot project with Nim support


Languages

Language:Nim 100.0%