Skip to content

scopatz/pyembree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38957e6 · Aug 27, 2019
Jan 11, 2018
Aug 27, 2019
Aug 27, 2019
Aug 27, 2019
Jan 11, 2019
Aug 27, 2019
Jan 11, 2018
Aug 27, 2019
Jan 10, 2018
Aug 26, 2019
Aug 27, 2019
Aug 27, 2019
May 13, 2015
Apr 3, 2018
Aug 27, 2019
Aug 27, 2019

Repository files navigation

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