#godot #debugging #projects #run #scene #command #cli-tool

app golduck

A cli tool to run and debug godot projects 🦆🌊

6个版本 (2个稳定版)

1.0.1 2023年3月5日
0.1.3 2023年3月5日
0.1.2 2023年3月5日
0.1.1 2023年3月4日
0.1.0 2023年3月4日

#18 in #godot

MIT许可证

8KB
155 行代码(不包括注释)

🦆🌊 golduck

一个用于运行和调试godot场景的cli程序,用rust编写 🦀

Made with VHS

Usage: golduck.exe [OPTIONS] <COMMAND>

Commands:
  play        Play the project (equivalent to pressing F5 in the editor)
  play-debug  Play the project in debug mode
  run         Run a specific scene, supports fuzzy findig
  debug       Debug a specific scene, supports fuzzy findig
  help        Print this message or the help of the given subcommand(s)

Options:
  -s, --silence   Silence the godot console output
  -e, --no-error  Silence the godot console errors
  -h, --help      Print help
  -V, --version   Print version

安装

  • Crates.io: cargo install golduck
  • Github: 发布

依赖项

~5–16MB
~146K SLoC