mirror of
https://github.com/tonogram/gnu
synced 2026-01-14 11:51:40 +00:00
No description
| src | ||
| .gitignore | ||
| gnu.nimble | ||
| LICENSE | ||
| README.md | ||
gnu
GNU (Godot-Nim Utility) is a CLI for creating games in the Godot engine using the Nim programming language.
Prerequisites
- Set the
GODOT_BINenvironment variable to point your Godot executable.
Usage
- Create a new project with
gnu init --name:"<project name>" - Use the
gnu newScript --name=<component name> --node=<node type>andgnu delScript --name=<component name>commands to create and delete scripts, and assign them to nodes in the Godot editor. - Build your scripts with
gnu build. Run this command again whenever you'd like to see your changes. - Write your code in your favorite editor, do everything else in Godot!