Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mathieu Westphal
ParaView-Superbuild
Commits
3b5ea923
Commit
3b5ea923
authored
Jan 17, 2020
by
Mathieu Westphal
Browse files
Update README.md wording about rendering
parent
88a0603a
Pipeline
#157524
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3b5ea923
...
...
@@ -114,11 +114,10 @@ The `paraviewweb` project adds web services into the resulting package.
The
`paraviewgettingstartedguide`
, and
`paraviewtutorialdata`
packages add
startup documentation and example data to the package.
ParaView supports multiple rendering engines including
`egl`
,
`mesa`
,
`osmesa`
, and
`qt5`
. All of these are incompatible with each other. If none of
these are chosen, a UI-less ParaView will be built (basically just
`pvpython`
). On Windows and macOS, only the
`qt5`
rendering engine is
available.
Paraview supports either OpenGL or EGL as rendering engine.
The frontends supported are Qt5 for OpenGL, and Mesa and OSMesa for both OpenGL and EGL.
Qt5 is the only frontend for Windows and macOS; frontends are mutually exclusive for Linux.
A ParaView built without Qt5 will have no user interface, hence no
`paraview`
executable.
The
`python`
package is available to enable Python support in the package. In
addition, the
`matplotlib`
and
`numpy`
packages are available.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment