Skip to content
/ carve Public
forked from folded/carve

Carve is a fast, robust constructive solid geometry library

License

Notifications You must be signed in to change notification settings

dyollb/carve

 
 

Repository files navigation

Carve CSG Library

Build status Build Status

Carve is a fast, robust constructive solid geometry library

Carve provides code to perform boolean operations on polyhedral & triangle meshes. It is relatively fast and robust. A nice feature of carve is its generic framework to collect different types of results from the intersection test using custom collectors (e.g. union, intersection, imprint, etc.). So-called hooks can be registered. Hooks are callbacks that receive the original face, and the new (cut) face, allowing user defined operations like interpolation from input to output.

Carve was originally developed by Tobias Sargeant. The original repository is not maintained. This is an attempt to modernize the library, and eventually improve performance and robustness.

About

Carve is a fast, robust constructive solid geometry library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.2%
  • Objective-C 4.2%
  • CMake 1.2%
  • Python 0.4%