Metadata-Version: 1.1
Name: occmodel
Version: 0.1.0
Summary: Easy access to the OpenCASCADE library
Home-page: http://github.com/tenko/occmodel
Author: Runar Tenfjord
Author-email: runar.tenfjord@gmail.com
License: GPLv2
Download-URL: http://pypi.python.org/pypi/occmodel/
Description: **occmodel** is a small library which gives a high level access
        to the OpenCASCADE modelling kernel.
        
        For most users a direct use of the OpenCASCADE modelling
        kernel can be quite a hurdle as it is a huge library.
        
        The geometry can be visualized with the included viewer.
        This viewer is utilizing modern OpenGL methods like GLSL
        shaders and vertex buffers to ensure visual quality and
        maximum speed. To use the viewer OpenGL version 2.1 is
        needed.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Topic :: Scientific/Engineering
