py5generator icon indicating copy to clipboard operation
py5generator copied to clipboard

Meta-programming project that creates the py5 library code.

Results 30 py5generator issues
Sort by recently updated
recently updated
newest added

Hi, there, I just follow all the steps and check similar github issues but I wasn't able to fix my problem. - Macbook M3 - MacOs 14.4.1 - Jupyter notebook...

Running a module mode sketch file without saving causes the `setup()`/`settings()` separation feature to fail. The error message only mentions other issues that cause this feature to fail. It would...

Hi. I am looking to learn the fundamentals of creative coding in py5, and have previously installed Thonny and installed the thonny-py5mode plugin as well, acording to the instructions in...

Cuando introduzco el codigo y lo ejecuto el comando en Thonny, el reproductor desaparece inmediatamente y no puedo observar lo que he generado. < def setup(): size(980,980) background(200, 0, 0...

Following miniconda install steps, as I imported py5, I got a jpype error, then I did a `jpype1 --force-reinstall` and now I have a numpy import error :( @villares was...

ref [discussion thread](https://github.com/py5coding/py5generator/discussions/419) for design ideas

Hi @hx2A and all! I'm so glad to be trying out py5. The docs are fantastic and my experience has been great so far. I ran into a bit of...

Hi! 🎈 While tinkering with this beautiful thing and Processing `Sound` library I thought it should be not too hard to add some support for APIs of major libraries like...

enhancement

On OSX Sketches using the default renderer to not get focus on sketch start. The Sketch window will be behind other windows, forcing me to hunt for it. The window...

bug
help wanted