8000 GitHub - natsuwater/pyembree: Python Wrapper for Embree
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

natsuwater/pyembree

 
 

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.7%
  • Cython 20.8%
  • C++ 8.6%
  • Python 5.0%
  • Other 0.9%
0