A C++ project using openFrameworks to study different methods of partitioning a space based on Voronoi patterns.
- openFrameworks
- Visual Studio 2022
- Download the
srcfolder from this repository. - Use the openFrameworks project generator to create a new project.
- Set the project root to the downloaded
srcfolder.
- Set the project root to the downloaded
- Open the generated project in Visual Studio 2022.
- Build and run the project.