项目作者: shimpe

项目描述 :
small experiment
高级语言: C++
项目地址: git://github.com/shimpe/voronoicircles.git
创建时间: 2018-12-23T15:20:16Z
项目社区:https://github.com/shimpe/voronoicircles

开源协议:GNU General Public License v3.0

下载


voronoicircles

small experiment

checkout source code

  1. git clone https://github.com/shimpe/voronoicircles
  2. cd voronoicircles
  3. git submodule update --init --recursive

compile

  1. cd ..
  2. mkdir build
  3. cd build
  4. cmake ../voronoicircles
  5. make