MikeTheWatchGuy

Results 244 comments of MikeTheWatchGuy

I've also made a Repl.it for the project so that you can see the source code AND run it in your browser. In this case it's the tkinter version: https://repl.it/@PySimpleGUI/Boids-on-PySimpleGUI

I made a repository for the PySimpleGUI port. https://github.com/MikeTheWatchGuy/boids-PySimpleGUI I wanted something that showed images of the algorithm in action with a GUI window.

Thank you! Yea, it turned out pretty well. It would be awesome if you could offer a version of your code that uses PySimpleGUI. I'm thinking there are some internal...

I made changes to my repo today to expose some of your settings. They're a lot of fun to play with. I also prompt for the size of the window...