mirror of
https://github.com/Relintai/pclusters.git
synced 2024-11-09 05:12:09 +01:00
27 lines
536 B
Markdown
27 lines
536 B
Markdown
# 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)
|
|
|
|
|
|
|