Replies: 1 comment
-
py5 has no |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know now we have advanced NumPy arrays of pixels and all, but the
get()
function looks a bit lonely now....http://py5coding.org/reference/sketch_get.html?highlight=get
I know it is highly inefficient comparing to access to
pixels[]
andnp_pixels[]
but maybe it should be the "entry level" way of doing oldset()
asset_pixel()
.Maybe
get()
should be calledget_pixel()
?Beta Was this translation helpful? Give feedback.
All reactions