Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.
/ gnu Public archive

GNU (Godot-Nim Utility) is a CLI for creating games in the Godot engine using the Nim programming language.

License

Notifications You must be signed in to change notification settings

tonogram/gnu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gnu

GNU (Godot-Nim Utility) is a CLI for creating games in the Godot engine using the Nim programming language.

Prerequisites

  • Set the GODOT_BIN environment variable to point your Godot executable.

Usage

  1. Create a new project with gnu init --name:"<project name>"
  2. Use the gnu newScript --name=<component name> --node=<node type> and gnu delScript --name=<component name> commands to create and delete scripts, and assign them to nodes in the Godot editor.
  3. Build your scripts with gnu build. Run this command again whenever you'd like to see your changes.
  4. Write your code in your favorite editor, do everything else in Godot!

About

GNU (Godot-Nim Utility) is a CLI for creating games in the Godot engine using the Nim programming language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages