Skip to main content

Pure Python Interface for the OpenCTM File Format (nightly)

Project description

Python-OpenCTM (nightly)

Build Status PyPI version

Native Python Reader/Writer for the Open-CTM File Format

Python-OpenCTM is a native Python reader/writer for the OpenCTM file format. A format that allows a geometry to be compressed to a fraction of comparable file formats (3DS, STL, COLLADA...).

Installation

pip install python-openctm-nightly

Usage

import openctm

# read
mesh = openctm.load('box.ctm')

print(mesh.vertices.shape)
# (12, 3)

# write
mesh.export('box.ctm')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-openctm-nightly-1.1.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

python_openctm_nightly-1.1.1-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page