Replies: 8 comments
-
cc: @kanye-quest, @tomstitt, @jakubcerveny, @v-dobrev, @jandrej |
Beta Was this translation helpful? Give feedback.
-
Improve tesselation performance (e.g. with OpenMP) and increase the tesselation limit. Right now larger solutions are very undertesselated by default. Also, the low default is enforced repeatedly when updating the solution. |
Beta Was this translation helpful? Give feedback.
-
Cutting plane keyboard control should be replaced/supplemented by a CAD-like 3D "gizmo" that would allow controlling the cutting plane with the mouse. |
Beta Was this translation helpful? Give feedback.
-
Support multiple grid functions and visualization operations (e.g. cutting planes) on the same plot, see #150. One option could be a mode where GLVis can export the currently visible triangulation in a file plus an option to read and combine such triangulation files, cc: @v-dobrev |
Beta Was this translation helpful? Give feedback.
-
Add support for controlling line width, particularly in anti-aliased mode (options |
Beta Was this translation helpful? Give feedback.
-
There is quite a big amount of code duplication between the |
Beta Was this translation helpful? Give feedback.
-
Support VTK mixed meshes composed of elements with different polynomial degrees (e.g. Q2/T1, as in the attached mesh file). |
Beta Was this translation helpful? Give feedback.
-
What is the exact idea regarding the implementation of a simple GUI? Just replacing the colorbar and text with actual UI elements or do you have something more specific in mind? |
Beta Was this translation helpful? Give feedback.
-
What cool features will you like to see in GLVis in the future?
Ideas:
-lw
and-mslw
)Done:
Live version of glvis.js on https://glvis.org/liveSupport for websockets, so the JS version can be used as drop-in replacement for the native GLVis server Modularize glvis-js and add npm package config glvis-js#1 (comment)Live demo of MFEM examples on its website, https://mfem.org/examples/Electron app, or other way for easy distributionMulti-threading support replacing fork()👇 Discuss
Beta Was this translation helpful? Give feedback.
All reactions