# PClusters This is a c++ engine module for the Pandemonium engine, containing utilities for clustering data. # Building 1. Get the source code for the engine. ```git clone https://github.com/Relintai/pandemonium_engine pandemonium_engine``` 2. Go into Pandemonium's modules directory. ``` cd ./pandemonium_engine/modules/ ``` 3. Clone this repository ``` git clone https://github.com/Relintai/pclusters pclusters ``` 4. Build Pandemonium. [Tutorial](https://docs.godotengine.org/en/latest/development/compiling/index.html)