Louis Manhès

Results 1 issues of Louis Manhès

Hi! How can I use Skia inside Class mode? ```python self.size(900, 900, "skia") ``` produces this error: ```shell java.lang.RuntimeException: The skia renderer is not in the class path. at processing.core.PApplet.makeGraphics(PApplet.java:1941)...