I'm working on a code in which I want the user to primarily use a command line to input commands and then be able to visualize them in an GLViewWidget. Are there any examples of using the console widget to update data appearing in a GLViewWidget (or really any other widget)?
Additionally, in the I believe the help() command in the console widget is broken as it freezes the window when I try to use it.