https://github.com/relintai/pclusters
https://github.com/relintai/pclusters
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/relintai/pclusters
- Owner: Relintai
- License: mit
- Created: 2022-08-27T12:05:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T12:09:01.000Z (over 3 years ago)
- Last Synced: 2025-02-10T13:14:11.960Z (over 1 year ago)
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)