No description
https://www.delay.cloud/
| docs | ||
| engine | ||
| res/texture | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS | ||
| build.sh | ||
| CHANGELOG | ||
| configure.ac | ||
| extension_api.json | ||
| LICENSE | ||
| Makefile.am | ||
| README | ||
| TODO | ||
RTR
===
RTR source repository.
Dependencies
------------
The following dependencies will need to be installed as per the instructions
for your system; heavily shared library-oriented systems may need all of these
installed to run the compiled binary.
- Godot 4.2
- Vulkan Developement Libraries(version compatible with Godot 4.2)
- Godot Jolt
Some platforms may require that shared libraries be placed alongside the
source files, such as MSYS-2.0.dll.
Build
-----
The recommended build procedure requires the following installations:
- Git
- GNU Autotools
- UNIX Shell
1.) Install the dependencies listed above.
2.) Clone this repository with all submodules.
a.) Run the following command:
git clone --recurse-submodules -j8 -b {branch} {URL to this
repository}
No submodules have been added yet.
3.) Run "build.sh" within a UNIX shell.
Project organized in conformance to the Straightforward C Project Standard 5
(SCPS5).
--- end of README ---