An open API service indexing awesome lists of open source software.

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

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
```