I was playing around with the new costume from pixels ability to read from a matrix of pixel values and updated a reporter that I wrote a while ago that helps visualise costume pixels values
Note: Some options (color and the HSx ones) take a bit of time to produce a matrix so please be patient
[edits] use term RGB average instead of monochrome
remove experimental costume construction
jens
January 12, 2024, 10:35pm
2
very nice! You could speed up most of the operations significantly by replacing map()
with hyperblocks, roughly following this pattern:
bh
January 12, 2024, 11:57pm
3
Huh. I should try that in the colors library, shouldn't I?
working on doing that now
I made a little mod to the HSL/HSV reporter and it speeded up my reporter by a factor of 3
Reporter updated to make most options a lot quicker (some a LOT quicker) thanks to Jens hint
Also, some more added and one removed
geokid
January 13, 2024, 6:57pm
7
You might want to fix this:
[pixels] of costume [alonzo]
appears several times in the block. Replacing "alonzo" with the costume
variable did the trick for me.
Well, that was embarrassing!
Thanks for letting me know - should all be fixed now but come back to me if you find more errors
qw23
January 14, 2024, 12:38pm
9
Canβt find link to project. Edited away?
Project is just the reporter
[edit]But if your after something, here is the project I'm mainly developing it in
https://snap.berkeley.edu/snap/snap.html#present:Username=cymplecy&ProjectName=2DMatrixofCostume
But 1st post will always contain the latest stable version