Np! The particle sim part of the code is actually super fast, the only reason it might not run with full framerate is that it’s software rendering all the pixels in python and dumping out the images to the screen in real time. that’s the expensive part!