Skip to content

ThibaudMZN/Godot-Nim-2D-Tutorial

Repository files navigation

Example project to demonstrate usage of the godot-nim library. This follows the 2D Tutorial from godot's documentation

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.2 or newer).
  4. Install godot-nim: nimble install godot

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

Run nake run to run the compiled project.

Run nake editor to open godot's editor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages