Tyler Hobbs

Results 2 issues of Tyler Hobbs

Using `copy()` a `PGraphicsJava2D` with a src that is also `PGraphicsJava2D` will produce the following error: `class sun.java2d.SunGraphics2D cannot be cast to class java.awt.Image` This is due to `PGraphicsJava2D.native()` returning...

Notes from one user: - The version of Clojure I have is different from the one referenced in the tutorial's project.clj file. I had to take care that the version...