Metadata-Version: 2.1
Name: craytraverse
Version: 0.1.3
Summary: adaptive sampling for CBDM
Home-page: https://github.com/stephanwaz/raytraverse
Author: Stephen Wasilewski
Author-email: stephanwaz@gmail.com
License: Mozilla Public License 2.0 (MPL 2.0)
Keywords: craytraverse
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

====================
craytraverse (0.1.3)
====================

.. image:: https://img.shields.io/pypi/v/craytraverse?style=flat-square
    :target: https://pypi.org/project/craytraverse
    :alt: PyPI

.. image:: https://img.shields.io/pypi/l/craytraverse?style=flat-square
    :target: https://www.mozilla.org/en-US/MPL/2.0/
    :alt: PyPI - License

c/c++ libraries for raytraverse, including radiance based render classes.

* Free software: Mozilla Public License 2.0 (MPL 2.0)
* Documentation: https://raytraverse.readthedocs.io/en/latest/.


Installation
------------
The easiest way to install craytraverse is with pip::

    pip install --upgrade pip setuptools wheel
    pip install craytraverse

or if you have cloned this repository::

    cd path/to/this/file
    git submodule init
    git submodule update
    pip install .



=======
History
=======

0.1.3 (2022-07-05)
------------------
* error messages in linux

0.1.2 (2022-05-19)
------------------
* added color-channel support

0.1.1 (2022-04-28)
------------------
* added scene property to render objects available from python
* updated to radiance db4988bb 2022-04-24

0.1.0 (2022-04-14)
------------------

* split from main raytraverse module.


