I’m writing a simulation whose input can be created with a simple GUI (a minimal GUI for importing 3D meshes, tweaking about 5 meshing parameters, and setting a few scalar properties for each mesh --ie: think something you could use AntTweakBar for).
I’d like to have all the process (input modeling + simulation + view/output) integrated in ParaView.
Looking at Catalyst, it seems it would be fine for the simulation+view part, but not for creating a GUI for the input. Would you recommend to work with Catalyst, or to write a brand new ParaView app, or any other alternative?
Is there any demo sample code similar to my use case (modeling+simulation+view) that I can use as a skeleton from which to build my app?
Thanks!!