https://github.com/pragmagic/godot-nim-stub
Stub for Godot project with Nim support
https://github.com/pragmagic/godot-nim-stub
Last synced: about 1 year ago
JSON representation
Stub for Godot project with Nim support
- Host: GitHub
- URL: https://github.com/pragmagic/godot-nim-stub
- Owner: pragmagic
- Created: 2017-08-01T05:33:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-16T01:34:04.000Z (over 6 years ago)
- Last Synced: 2025-04-12T21:09:26.586Z (about 1 year ago)
- Language: Nim
- Size: 107 KB
- Stars: 23
- Watchers: 4
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Stub project to demonstrate usage of the [godot-nim](https://github.com/pragmagic/godot-nim) library.
Prerequisites:
1. Install [nake](https://github.com/fowlmouth/nake): `nimble install nake -n`.
2. Ensure `~/.nimble/bin` is in your PATH (On Windows: `C:\Users\\.nimble\bin`).
3. Set `GODOT_BIN` environment varible to point to Godot executable (requires Godot 3.0 changeset [b759d14](https://github.com/godotengine/godot/commit/b759d1416f574e5b642413edd623b04f2a1d20ad) or newer).
4. Install godot-nim: `nimble install godot`
Run `nake build` in any directory within the project to compile for the current platform.