Metadata-Version: 2.1
Name: cmlibs.zinc
Version: 4.1.2
Summary: Zinc Library: An advanced visualisation library for FE models
Home-page: https://cmlibs.org
Author: Zinc developers
Author-email: h.sorby@auckland.ac.nz
License: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

====================
Zinc Python bindings
====================

Zinc provides Python bindings to the visualisation library.
There are some examples available at https://cmlibs.org/documentation/tutorials/index.html.
A typical usage often starts with creating a Context like this::

 from cmlibs.zinc import context
 c = context.Context.create("my-context")

There are some very cool things you can visualize with this library, like DICOM images, Hermite meshes and so on.

First Steps
===========

The examples are the best place for getting started with Zinc Python bindings.

Contributors
============

* Alan Wu
* Hugh Sorby
* Richard Christie

