What is Nostr?
py5coding /
npub1snh…2xgv
2024-01-04 20:56:46

py5coding on Nostr: #py5 lets you manipulate pixels with `np_pixels[]`, a #numpy array with 3 dimensions, ...

#py5 lets you manipulate pixels with `np_pixels[]`, a #numpy array with 3 dimensions, much like how you'd work with pixels using other Python tools.

size(999,999)
background('w')
load_np_pixels()
for _ in range(99):
x,y,c=random_int(900), random_int(900), random_int(1,3)
np_pixels[x:x+99,y:y+99,c]=0
update_np_pixels()

#genuary #genuary4 #processing

Author Public Key
npub1snhr369rl5q977dd2n8rnxy95zsyj0engh70ehvjx5uefvjmezds852xgv