You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VTK files are very useful for visualization. Many standalone visualization packages import them (e.g. ParaView, mayavi). The full VTK integration with CMake is HUGE to the point of unwieldy. It tends to pull in everything (including Java if one is using the Ubuntu package). And the only functionality EXP needs is file writing!
This suggests that we need a lightweight standalone VTK writer. The XML format is well described in the VTK documentation. This would not be very difficult for structured grids and other types if needed.
The text was updated successfully, but these errors were encountered:
VTK files are very useful for visualization. Many standalone visualization packages import them (e.g.
ParaView
,mayavi
). The full VTK integration with CMake is HUGE to the point of unwieldy. It tends to pull in everything (including Java if one is using the Ubuntu package). And the only functionality EXP needs is file writing!This suggests that we need a lightweight standalone VTK writer. The XML format is well described in the VTK documentation. This would not be very difficult for structured grids and other types if needed.
The text was updated successfully, but these errors were encountered: