Fixed run_sketch on OSX and Windows and additional support for hexadecimal and web color notations
Pre-release
Pre-release
hx2A
released this
20 Aug 16:47
·
1706 commits
to main
since this release
Fixes:
- Fix
run_sketch
on Windows and OSX. Previously the utility did not work on either platform.
New features:
- Support hexadecimal and web color notation assignments to the pixels array (
pixels = "#882222"
) - Support 3 character web color notation (
"#882222"
)