Skip to content

Juanxpeke/Voronoi-3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voronoi 3D

Computational geometry project that produces 3D Voronoi regions from a CGAL generated 3D surface triangulation.

Dependencies

In order to build the project, you need to install CGAL in your machine.

Besides CGAL, the projects uses CGAL Qt5 for some examples, so make sure you have the Qt5 files installed too if you want to execute these examples.

Examples

There are some examples in the example folder showing some of the CGAL features. The following pages are related to those examples:

Building

There is a Makefile used to execute CMake commands in an easier way, the following targets are supported:

  • make: Builds the project with default configurations
  • make vcpkg: Builds the project telling CMake to use the vcpkg modules to find packages
  • make clean: Delete all the build files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published