Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Easy to use CPU rendering for Linux

Open ssheorey opened this issue 3 years ago • 2 comments

  • 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_RENDERING env var is set to true. Also obeys LIBGL_ALWAYS_SOFTWARE=true (mesa setting).
  • Tutorial for Python and C++
  • Python GUI unit test with CPU rendering

This change is Reviewable

ssheorey avatar Mar 11 '22 22:03 ssheorey

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Mar 11 '22 22:03 update-docs[bot]

xvfb is required for testing, since offscreen rendering (render_to_image()) also needs an X server.

ssheorey avatar Mar 18 '22 02:03 ssheorey