I have a 3D model consisting of points, lines and balls in space. For debugging, it would be nice to visualize these objects in real time and rotate.
What are my easiest options to achieve this in python? Since I know nothing about graphical programming, I would like to write as a litte template template as much as possible.
source share