Repository URL to install this package:
|
Version:
0.8 ▾
|
pycollada
/
METADATA
|
|---|
Metadata-Version: 2.1
Name: pycollada
Version: 0.8
Summary: python library for reading and writing collada documents
Author-email: Jeff Terrace and contributors <jterrace@gmail.com>
License: BSD
Project-URL: Homepage, http://pycollada.readthedocs.org/
Platform: any
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS.md
Requires-Dist: python-dateutil>=2.2
Requires-Dist: numpy
Requires-Dist: unittest2; python_version < "2.7"
Provides-Extra: prettyprint
Requires-Dist: lxml; extra == "prettyprint"
Provides-Extra: validation
Requires-Dist: lxml; extra == "validation"
# pycollada
pycollada is a python module for creating, editing and loading
[COLLADA](https://www.khronos.org/collada/), which is a COLLAborative Design Activity
for establishing an interchange file format for interactive 3D applications.
The library allows you to load a COLLADA file and interact with it as a python
object. In addition, it supports creating a collada python object from scratch,
as well as in-place editing.
You can get help at the [pycollada mailing list](https://groups.google.com/d/forum/pycollada).
See the [pycollada Documentation](http://pycollada.readthedocs.org/) for more
information.

## Projects using pycollada
* [FreeCAD COLLADA Import/Export](https://www.freecadweb.org/)
* [Blender COLLADA Importer](https://github.com/skrat/bpycollada)
* [Meshtool](https://github.com/pycollada/meshtool)
* [SceneJS COLLADA Import](https://github.com/xeolabs/scenejs-pycollada)
* [Faces in Relief](https://itunes.apple.com/us/app/faces-in-relief/id571820477?ls=1&mt=8)