An open API service indexing awesome lists of open source software.

https://github.com/relintai/pclusters


https://github.com/relintai/pclusters

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# 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)