Skip to content
forked from scopatz/pyembree

Python Wrapper for Embree ported to embree3

License

Notifications You must be signed in to change notification settings

ligETHZ/pyembree3

 
 

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

About

Python Wrapper for Embree ported to embree3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cython 79.7%
  • Python 15.6%
  • Xonsh 2.1%
  • C 1.5%
  • Shell 1.1%