This addon is implemented in GDScript and does not require native compilation. To work on or test the addon, follow these steps:
Clone the repository:
git clone --recursive https://github.com/NodotProject/Gedis.git
cd Gedis
Develop & Test:
addons/Gedis
. Copy that folder into your Godot project’s addons
directory to test changes../run_tests.sh
.Contribute:
Create a branch, make your changes, and open a pull request describing the work.
MIT — see LICENSE for details.