3 个版本
0.1.2 | 2023 年 10 月 17 日 |
---|---|
0.1.1 | 2023 年 10 月 17 日 |
0.1.0 | 2023 年 10 月 4 日 |
#1416 in 命令行工具
每月 31 次下载
26KB
84 代码行
godot-rs-config
一个用于创建 godot 扩展库的命令行工具。
安装
$ cargo install godot-rs-config
生成项目
$ godot-config new <lib_name>
生成 Godot 类结构体
$ godot-config class <className> <baseNode>
备注
- https://github.com/cargo-generate/cargo-generate
- https://cargo-generate.github.io/cargo-generate/index.html
- https://docs.rs/clap/latest/clap/_derive/_tutorial/chapter_0/index.html
- https://cucumber-rs.github.io/cucumber/current/quickstart.html
- https://github.com/sagiegurari/cargo-make#usage-simple
- https://godot-rust.github.io/book/intro/objects.html
- https://hub.docker.com/r/barichello/godot-ci/
- https://github.com/abarichello/godot-ci/blob/master/Dockerfile
依赖
~37–53MB
~1M SLoC