This repository is now deprecated, please look at the main DynamicGui repository as the parser is now integrated into the main project.
Parser for DynamicGui 4.x guis.
Written to allow for function treeing.
There are a few ways you can contribute to DynamicGui. The first is filling issue reports, which is a great help. The second way you can contribute is by submitting code. We accept most contributions which do not break backwards compatability. Before your code will be accepted please sign our CLA.
- Git clone the project
- Generate eclipse files with
gradlew eclipse
- Import project
- Right click on the project
- Add gradle nature
- Git clone the project
- Generate intellij files with
gradlew idea
- Import project