Open3D
Open3D copied to clipboard
Easy to use CPU rendering for Linux
- Prebuilt Mesa CPU rendering library binary uploaded to Open3D_downloads.
- Build script + docker instructions.
- Auto-download during build.
- Packaged with Python wheel, autoload if
OPEN3D_CPU_RENDERINGenv var is set totrue. Also obeysLIBGL_ALWAYS_SOFTWARE=true(mesa setting). - Tutorial for Python and C++
- Python GUI unit test with CPU rendering
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.
xvfb is required for testing, since offscreen rendering (render_to_image()) also needs an X server.