Skip to content

pletzer/pycsg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycsg

Python port of Evan Wallace's csg.js

Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and intersection to combine 3D solids. This library implements CSG operations on meshes elegantly and concisely using BSP trees, and is meant to serve as an easily understandable implementation of the algorithm. All edge cases involving overlapping coplanar polygons in both solids are correctly handled.

alt tag

examples

$ python examples/pyopengl

depends on: PyOpenGL PyOpenGL_accelerate

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%