This project is intended to be used with the
fertilized-forests library.
Simply clone it into the root folder of the library, so that the folder
structure is fertilized-forests/fertilized-devtools
. It is automatically
ignored by git.
The code generator is written in Python. It has few required packages that can be installed by running
pip install -r requirements.txt
from the fertilized-devtools
folder.
To update the serialization code and all interfaces, go to the
binding_generator
folder (important, it is not relocatable!) and run
python generate.py
For general development information, consult the developers guide.