Jonas Lindemann

Results 2 issues of Jonas Lindemann

I am trying to visualise a particle system using the vedo.shapes.Spheres class. This is the main loop: ``` def run(self): print("Run simulation...") reset_cam = True while True: #particle_driver.collision_check() particle_driver.boundary_check() particle_driver.update()...

bug

As I use Python extensively in teaching it would be nice to use Processing as a tool for illustrating different language features in a more interactive way. Python 2.7 is...