Our watercolor shader is so fast that I can animate it 🔥
What do you think about ?
A last one for today!
Now I'm using simplex noise to select the "order" of painting.
#glsl #genartclub #generativeart #generative
@camillerouxart Wow, how is it done?
@madargon Thanks! I'm using shader fragments (in glsl)
@camillerouxart lovely!!! One of my goals for 2023 is learning shaders. If you have any advice on where to start, I’d love to hear it. Happy Holidays!
@WandaOliver thanks! reading the Book of shader is a nice start I guess :)
@camillerouxart thank you!
@WandaOliver If you have some questions about what to do to learn shader, please let me know. I'm working on a blog post about the best ressources/advice I've seen
@camillerouxart thank you. I have read the first chapter of the Book of Shaders with my morning coffee. While I expect the subject to be complex and challenging, I can already tell that the teaching style will be a pleasure.
@camillerouxart I come from a SQL developer background and js has been at times maddening. I think the parallels between set operations in SQL and “all the pixels at once” aspect of shaders will me aid me in terms of settling in, though drawing in this mode is something I take on faith at this point. I wrote my first js code in September so I am still a newcomer to this front end world.