Hi,
happy to join in group. I am excited with paraview features. I would like to explore more about it. I am trying custom gui by python. like, Tkinter.
but unfortunately paraview doesn’t have tkinter module. is there any possible way to create our own interactive window?
I want to built in paraview itself. if it is possible in plugin that also fine.
my aim is to create window and number of buttons,
each buttons represents some script action.
whatever method is fine for me.
I am beginner to paraview. I am trying to switch post processing tool from other to paraview.
I am not sure about building. I am finding easiest way to achieve the requirement.
by using python I achieved many functions.
now window creation is getting problem.
if it is possible to use in release version, that also fine.
if I need to build, need some guidance that how to do.
looks great! I tried this only.
but I couldn’t able to create window. because, I couldn’t able to find gui creation modules in paraview python.
normally I will use tkinter module to create window in python. this is not available.