a language for making art using mathematics
-
Updated
Sep 27, 2023 - C++
CSG is short for Constructive Solid Geometry, a modeling technique that allows a modeler to create a complex surface or object by using Boolean operators, such as union and intersection, to combine simpler objects.
Text above are from wikipedia.
a language for making art using mathematics
A library for detecting and resolving intersections between two surface meshes.
A new boolean operations filter for VTK
tiny_csg is a C++ library that generates meshes from brush-based level data and supports incremental updates (real-time CSG). It is intended to be used as a backend in 3d level editors and/or generators.
Simple but powerful CSG tool based on OpenCascade
Single header only, multi-threaded, constructive solid geometry (csg) functions.
Constructive Solid Geometry utility code in C++ (ported from a JS Library).
A library for quick and robust constructive solid geometry (CSG) operations on triangle meshes
VUT FIT project for Computational geometry course. Ray marching CSG trees using compute shaders.
CSG recovery from a 3D point-cloud (Python).
Carve is a fast, robust constructive solid geometry library
CSG recovery from a 3D point-cloud