Refactor build resources

Move DUB files into /bld/d and add more instructions to README.
This commit is contained in:
Aidan C. Mullen 2025-03-05 07:44:25 -05:00
parent dd8e9d4296
commit 724659b25f
9 changed files with 69 additions and 28 deletions

11
README
View file

@ -43,6 +43,17 @@ Build
operating systems and WebAssembly, which can be useful for transpiling and
new platform testing.
Quick Setup
-----------
In a terminal run Godot with the "--dump-extension-api" flag; this will
generate the "extension_api.json" required by your installation.
Following this, run the following command:
dub run godot-dlang:generator -- -j extension_api.json -o
Refer to documentation for more information.
Project organized in conformance to the Straightforward C Project Standard 5
(SCPS5).