Go to file
Relintai 6876948b8d Initial commit. 2022-08-27 14:08:59 +02:00
.gitignore Initial commit. 2022-08-27 14:08:59 +02:00
LICENSE Initial commit. 2022-08-27 14:08:59 +02:00
README.md Initial commit. 2022-08-27 14:08:59 +02:00
SCsub Initial commit. 2022-08-27 14:08:59 +02:00
config.py Initial commit. 2022-08-27 14:08:59 +02:00
register_types.cpp Initial commit. 2022-08-27 14:08:59 +02:00
register_types.h Initial commit. 2022-08-27 14:08:59 +02:00

README.md

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

  1. Go into Pandemonium's modules directory.
cd ./pandemonium_engine/modules/
  1. Clone this repository
git clone https://github.com/Relintai/pclusters pclusters
  1. Build Pandemonium. Tutorial