Really, really nice. Thanks for putting this video together along with all of the code. I think the color palette is an important component and was impressed with the resulting artwork. Please keep posting. I will show your code and video to my students in future coding exercises.
@StevesMakerspace2 жыл бұрын
Thank you! Check out my morphing mandala video - that one's pretty cool too.
@zalodias1232 жыл бұрын
Very good generative system! Really impressed with the results, great work.
@StevesMakerspace2 жыл бұрын
Thanks!
@ThankYouESM2 жыл бұрын
Liked And Subscribed! This might be the nearest answer for finally creating a somewhat similar project I had in mind since 2010.
@StevesMakerspace2 жыл бұрын
Awesome! Glad it helped.
@noskov52 жыл бұрын
awesome, you're a true master!
@StevesMakerspace2 жыл бұрын
Thanks so much!
@stephenkrus Жыл бұрын
Neat code and nice artwork output!💎✨👌
@StevesMakerspace Жыл бұрын
Thank you!
@andyyyy4102 Жыл бұрын
07:15 learning how it works
@Namisar2 жыл бұрын
Very cool
@StevesMakerspace2 жыл бұрын
Thanks!
@BrianProthro Жыл бұрын
Where is the CSV color pallette file from? Is there a source for other color pallettes?
@StevesMakerspace Жыл бұрын
If you look at the code at the very bottom of the sketch - line 114, I note where it comes from. Besides that, coolers.co is a good source. I have since switched to using HSB color palettes. They are easier to modify.
@BrianProthro Жыл бұрын
@@StevesMakerspace I am just re learning to code after 20 years. I would love to see an HSB file link and your snippet of code for handling that if that's something you have time to add to this, post, Thanks!
@StevesMakerspace Жыл бұрын
@@BrianProthro Here's a link to Hex-a-Sketch, a project I made public that includes an HSB csv file. These palettes started mostly with coolers.co, but I modified most of them to fit the project. editor.p5js.org/StevesMakerspace/sketches/y03IkGoLQ
@fun_vandanrevanur Жыл бұрын
Could you please tell us what is the license of the code? Is it cc0?
@StevesMakerspace Жыл бұрын
I would say you can use what you learn but give credit and modify it in some way to make it your own.
@user-hp9zi1mc7q2 жыл бұрын
Great work!!! but why can't I run this code locally, it gives me so much errors🤣.
@StevesMakerspace2 жыл бұрын
Maybe you didn't download the csv color palette table? Look at the sketch files.
@user-hp9zi1mc7q2 жыл бұрын
@@StevesMakerspaceThank you for answering my question. But I download everthing include the table, but it still gives me these "p5.sound.min.js:2 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page." ///"Access to fetch at 'file:///E:/Users/%E4%BD%95%E7%AB%8B/Desktop/Wavy_Line_Art_Maker_2022_04_17_01_24_46/colors.csv' from origin 'null' has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, chrome-untrusted, https." 🤣🤣🤣🤣🤣(And there's more for these, how can I send you a screenshot.)😂😂😂😂
@StevesMakerspace2 жыл бұрын
@@user-hp9zi1mc7q Sorry for the late reply. Your message was blocked because of links. Maybe join my Discord so we can discuss? discord.gg/FSW6zzU
@mickeyg.39792 жыл бұрын
Where's the link?
@StevesMakerspace2 жыл бұрын
In the video description.
@weeb32775 ай бұрын
why call a variable "alph" instead of just "alpha" you're one letter away from being complete...
@weeb32775 ай бұрын
I also noticed that you abbreviate some variables, such as 'stroke width' to 'sw,' but not others, like 'extra black.'
@StevesMakerspace5 ай бұрын
ok
@StevesMakerspace5 ай бұрын
@@weeb3277 You're right. I didn't go to school for coding. I'm learning now to make my variables more descriptive.