w0rm / pyembree

Python Wrapper for Embree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyembree

Python Wrapper for Embree

Installation

You can install pyembree (and embree) via the conda-forge package.

$ conda install -c conda-forge pyembree

Suppressing errors

Creating multiple scenes produces some harmless error messages:

ERROR CAUGHT IN EMBREE
ERROR: Invalid operation
ERROR MESSAGE: b'already initialized'

These can be suppressed with:

import logging
logging.getLogger('pyembree').disabled = True

About

Python Wrapper for Embree

License:BSD 2-Clause "Simplified" License


Languages

Language:Cython 76.6%Language:Python 18.0%Language:Xonsh 2.4%Language:C 1.8%Language:Shell 1.3%