p5 icon indicating copy to clipboard operation
p5 copied to clipboard

Using Skia with Class Mode

Open lmanhes opened this issue 6 months ago • 1 comments

Hi!

How can I use Skia inside Class mode?

self.size(900, 900, "skia")

produces this error:

java.lang.RuntimeException: The skia renderer is not in the class path.
	at processing.core.PApplet.makeGraphics(PApplet.java:1941)
	at processing.core.PApplet.createPrimaryGraphics(PApplet.java:1975)
	at processing.core.PApplet.initSurface(PApplet.java:10170)
	at processing.core.PApplet.runSketch(PApplet.java:10131)
	at org.jpype.proxy.JPypeProxy.hostInvoke(Native Method)
	at org.jpype.proxy.JPypeProxy.invoke(Unknown Source)
	at jdk.proxy2/jdk.proxy2.$Proxy8.run(Unknown Source)
	at java.base/java.lang.Thread.run(Thread.java:1583)

lmanhes avatar Jun 03 '25 09:06 lmanhes

Thank you for submitting your first issue to p5py

github-actions[bot] avatar Jun 03 '25 09:06 github-actions[bot]