Processing.py-Bugs icon indicating copy to clipboard operation
Processing.py-Bugs copied to clipboard

Processing 3 not opening sketch.

Open SampIess opened this issue 2 years ago • 1 comments
trafficstars

Hi, I'm having a problem with Processing 3 where everytime I run a sketch, the sketch window never appears. My code isn't wrong becuase I've only done def setup():, and size(800,800). This isn't the first time I've had this issue, I tried to run a project, but it just never opened. Thank you.

SampIess avatar Feb 01 '23 22:02 SampIess

Hi @SampIess, I'm afraid Processing Python Mode currently lacks a maintainer.

If you, like me, enjoy using the Processing graphics vocabulary with Python, you can do it with Python 3, using p5py (which is all new and does not depend on Processing/Java) or py5 (which uses Processing 4 Java jars).

villares avatar Dec 22 '23 15:12 villares