#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

#902 in Command line utilities

Download history 4/week @ 2024-02-15 19/week @ 2024-02-22 2/week @ 2024-02-29 1/week @ 2024-03-07 2/week @ 2024-03-14 40/week @ 2024-03-28 28/week @ 2024-04-04

68 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

~39–56MB
~1M SLoC