(no title)
hx2a | 3 years ago
FWIW, py5 makes it very easy to create animated GIFs. You can create a GIF from a running sketch with one line of code:
https://py5coding.org/reference/py5tools_animated_gif.html
py5 is a version of Processing for Python 3.8+ that is well integrated into the Python ecosystem. It connects the Processing Jars to Python using JPype. If you like Processing, please give it a try!
(I am the author of py5)
guiambros|3 years ago
Py5 looks awesome! Will give it a try soon. Thanks for your work!
ps: I noticed you're using JPype to connect to the Java Processing libraries. Very smart.
hx2a|3 years ago
Getting py5 off the ground started during pandemic lockdown and took many months. Managing the source code is best done computationally, with py5generator creating the actual py5 source code.
https://github.com/py5coding/py5generator https://github.com/py5coding/py5
> ps: I noticed you're using JPype to connect to the Java Processing libraries. Very smart.
JPype is a solid and well maintained library. With JPype, py5 is well positioned to work with numpy and the rest of python's scientific tools.
> Py5 looks awesome! Will give it a try soon. Thanks for your work!
You are welcome! I hope you enjoy it!
bglazer|3 years ago
Definitely going to give py5 a try.