Variation of that thing I’m working on. Not the actual thing I’m working on. #art #python
I’ve been pretty busy at My Real Job lately but things are starting to calm down a bit so I’ve been playing around a bit with version 4…
One of the main goals for 4 is speed; the wait time on renders on previous versions was not acceptable. This is live calculations being rendered in the app.
Previously I was actually using the PIL/Pillow library to write the calculations to disk as a PNG file, then load them into the app. Now I am rendering directly in Tkinter, which is much better. I will probably need to bring PIL/Pillow back at some point to have save functionality but hopefully I will find some other solution; PIL is dead, and I was having some issues with Pillow.
Anyway, this isn’t much of anything, just some sine waves phasing across the screen while their wavelength and amplitude are modified by random.randint(-2, 2) (within the confines of acceptable min and max values set in the config file).
A little progress tonight. Worked in low-res (900 px) for render speed.








