https://github.com/shimpe/voronoicircles
small experiment
https://github.com/shimpe/voronoicircles
boost cpp generative-art geometry qt5
Last synced: 3 months ago
JSON representation
small experiment
- Host: GitHub
- URL: https://github.com/shimpe/voronoicircles
- Owner: shimpe
- License: gpl-3.0
- Created: 2018-12-23T15:20:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-24T00:42:51.000Z (over 7 years ago)
- Last Synced: 2026-01-01T23:20:46.134Z (6 months ago)
- Topics: boost, cpp, generative-art, geometry, qt5
- Language: C++
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# voronoicircles
small experiment
# checkout source code
```
git clone https://github.com/shimpe/voronoicircles
cd voronoicircles
git submodule update --init --recursive
```
# compile
```
cd ..
mkdir build
cd build
cmake ../voronoicircles
make
```