mirror of
https://github.com/Relintai/pclusters.git
synced 2024-11-09 05:12:09 +01:00
.gitignore | ||
config.py | ||
LICENSE | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub |
PClusters
This is a c++ engine module for the Pandemonium engine, containing utilities for clustering data.
Building
- Get the source code for the engine.
git clone https://github.com/Relintai/pandemonium_engine pandemonium_engine
- Go into Pandemonium's modules directory.
cd ./pandemonium_engine/modules/
- Clone this repository
git clone https://github.com/Relintai/pclusters pclusters
- Build Pandemonium. Tutorial