Metadata-Version: 1.1
Name: pycsg
Version: 0.3.0
Summary: Constructive Solid Geometry (CSG)
Home-page: https://github.com/timknip/pycsg
Author: Tim Knip
Author-email: tim@floorplanner.com
License: MIT
Description: pycsg
        =====
        
        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.
        
        examples
        ========
        $ python examples/pyopengl
        
        depends on:
        PyOpenGL
        PyOpenGL_accelerate
Keywords: constructive solid geometry csg utilities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
