This is a collection of classes to construct different types of connected objects structure.
The code is intended to be used as an example for creating such structures but can be used directly because is tested and written for multiple languages.
Documentation is written in the docs/ folder and scripts contain comments that support vscode hinting.
Buxfixes and features are being implemented, wait for them to be fixed first.
To get a copy of the library you need to follow these steps:
- Go to the release menu.
- Select the version you wish.
- Download the zip with the desired language.
- Import or copy the script inside your code.
- ChainNode, RelationNode, TreeNode structure.
- Node iterations methods and path structure.
Changelogs are documented here
If you want to help you can ask for features in the issues menu, if you find bugs make sure to make a detailed description with sample code.