Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Headless rendering #273

Merged
merged 23 commits into from
Apr 7, 2018
Merged

Headless rendering #273

merged 23 commits into from
Apr 7, 2018

Conversation

syncle
Copy link
Contributor

@syncle syncle commented Apr 4, 2018

This PR fixes #17.

This PR includes:

  • glew 2.1
  • glfw 3.3 dev
  • some updates on cmakelist.txt
  • documentation

The benefits are:

  • does not use docker or any fake display environment
  • simple and runs out-of-the box
  • resolves black screen issues when rendering from terminal

@syncle
Copy link
Contributor Author

syncle commented Apr 5, 2018

I found this PR makes some issue on Windows. Working on that.

(py3env) $ cd ~/Open3D/
(py3env) $ mkdir build && cd build

As ``Open3D_HEADLESS_RENDERING`` is ``ON``, ``-DOpen3D_USE_NATIVE_DEPENDENCY_BUILD=OFF`` will build glew and glfw from source. It will link them to OSMesa.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mention the version conflict.

@syncle
Copy link
Contributor Author

syncle commented Apr 5, 2018

This PR is ready to be merged. I just have physically tested it on mac/ubuntu/windows.

@syncle syncle mentioned this pull request Apr 5, 2018
@syncle syncle merged commit 425f95f into isl-org:master Apr 7, 2018
@syncle syncle mentioned this pull request Apr 7, 2018
@syncle syncle deleted the headless_rendering branch May 15, 2018 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Headless OpenGL rendering
2 participants