jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Processing 3 not opening sketch. #374

Open SampIess opened 1 year ago

SampIess commented 1 year ago

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.

villares commented 6 months ago

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).