Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

ClubObsidian/DynamicGuiParser

Repository files navigation

Deprecated

This repository is now deprecated, please look at the main DynamicGui repository as the parser is now integrated into the main project.

DynamicGuiParser

build codecov License CLA assistant

Parser for DynamicGui 4.x guis.

Written to allow for function treeing.

Contributing

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.

Development

Eclipse

  1. Git clone the project
  2. Generate eclipse files with gradlew eclipse
  3. Import project
  4. Right click on the project
  5. Add gradle nature

Intellij

  1. Git clone the project
  2. Generate intellij files with gradlew idea
  3. Import project