#godot #gamedev #command-line-tool #cli

app godot-rs-config

Command line tool to generate Godot Extention config

3 releases

0.1.2 Oct 17, 2023
0.1.1 Oct 17, 2023
0.1.0 Oct 4, 2023

#1416 in Command line utilities

31 downloads per month

MIT license

26KB
84 lines

godot-rs-config

A command line tool to create a godot extension library.

Install

  $ cargo install godot-rs-config

Generate Project

  $ godot-config new <lib_name>

Generate Godot class struct

  $ godot-config class <className> <baseNode>

Notes

Dependencies

~37–53MB
~1M SLoC