/SimulationProject

simulation project to test tkinter's performance while simulating on a single process.

Primary LanguagePythonMIT LicenseMIT

SimulationProject

simulation project to test tkinter's performance while simulating on a single process.
Attempted to manipulate pixel values directly from tkinter like I've done in Java.

Results:

  • Low FPS while directly manipulating pixel values per frame. (~5fps)
  • Tkinter is good for mostly static visualizations, like in generic app. (~60fps when not directly manipulating pixel values)
  • Bad for on-the-fly visual data manipulation

Would like to see how this would work in a multi-process enviornment though.

1-button 1-button 1-button