#godot #scaffold #template

app scaffold-godot-rust

为 Godot Rust 项目提供简单框架

7 个版本

0.1.6 2024 年 1 月 9 日
0.1.5 2023 年 12 月 31 日

#106模板引擎

Download history 2/week @ 2024-04-02

每月 72 下载

MIT 许可证

14KB
304 代码行

构建 Godot-Rust 项目框架

这是一个小型工具,可以快速为 Godot-Rust 项目生成简单的模板项目。

安装

Crates.io

此 crate 在 crates.io 上托管,这意味着您可以使用以下命令进行安装

$ cargo install scaffold-godot-rust

从源码安装

首先,克隆仓库

$ git clone https://github.com/ByteAtATime/scaffold-godot-rust
$ cd scaffold-godot-rust

然后您可以构建

$ cargo build # --release

使用

实际上,您只需运行构建的可执行文件并回答提示。完成后,它会自动生成项目。

依赖项

~2.4–10MB
~88K SLoC