You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem has to do with JPype's method dispatching. py5.create_shape() bypasses the problem with a helper method in py5.core.Sketch(). Similar functionality needs to be added to Py5Graphics, possibly using the Py5GraphicsHelper.java class.
The text was updated successfully, but these errors were encountered:
The problem has to do with JPype's method dispatching.
py5.create_shape()
bypasses the problem with a helper method inpy5.core.Sketch()
. Similar functionality needs to be added to Py5Graphics, possibly using the Py5GraphicsHelper.java class.The text was updated successfully, but these errors were encountered: