#godot #scaffold #template

app scaffold-godot-rust

A simple scaffold for Godot Rust projects

7 releases

0.1.6 Jan 9, 2024
0.1.5 Dec 31, 2023

#89 in Template engine

Download history 124/week @ 2024-03-08 4/week @ 2024-03-15 2/week @ 2024-03-29

72 downloads per month

MIT license

14KB
304 lines

Scaffold a Godot-Rust Project

This is a small tool that quickly scaffolds a simple boilerplate project for Godot-Rust.

Installation

Crates.io

This crate is hosted on crates.io, meaning you can install it with:

$ cargo install scaffold-godot-rust

From Source

First, clone the repository:

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

Then you can build:

$ cargo build # --release

Usage

You literally just run the built executable and answer the prompts. When you're done, it scaffolds the project automatically.

Dependencies

~2–13MB
~105K SLoC