I can’t find any reference to createGraphics()
or PGraphics
in the p5py documentation. Has it been renamed?
The other thing is p5.Graphics imho
Sorry if I didn’t make the context clear. I didn’t mean p5.js but p5py the Python port of Processing. Reference — p5 0.7.0 documentation
Hi, PGraphics was not present in p5py earlier but now it would be available in our new backend 2D skia renderer. The pull request for it is yet to be merged, so you can expect this in the new release that is scheduled somewhere in the second week of September '22.
Update: It’s merged
2 Likes