The Wayback Machine - https://web.archive.org/web/20200823060534/https://github.com/arnholm/carve
Skip to content
arnholm_maint
Go to file
Code
This branch is 10 commits ahead of folded:master.

Files

Permalink
Failed to load latest commit information.

README.md

This fork of carve contains fixes to allow static library compilation for

  • Windows MSVC2013 (express) & MSVC2019 (community) x64 compilers
  • Linux Ubuntu GNU g++ x64

Basic build instructions

  • Use CMake Gui on both platforms, disable dev warning (Options menu)
  • Enable only CARVE_USE_EXACT_PREDICATES
  • Set "Where to build" ../carve/cmake_build
  • Windows MSVC2013: Build using carve/cmake_build/carve.sln
    • Static libs under cmake_build/lib/Release and cmake_build/lib/Debug
  • Linux: Build with makefile under carve/cmake_build
    • Static lib under cmake_build/lib

About

carve is a library for constructive solid geometry. Used with xcsg. g++ & MSVC compatible.

Topics

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.