day 8 signed distance functions
missed a few days, gunna try pick off some prompts i skipped
sdfs are really useful for a lot of things, but the most important and practical is making weird shapes floating in voids
#genuary8 #genuary2023 #genuary #creativecoding #generativeart #gif #loop #mastoart #glsl #webgl #abstract
#genuary8 #genuary2023 #GENUARY #creativecoding #generativeart #gif #loop #mastoart #glsl #webgl #abstract
#genuary8 : Signed Distance Functions
Catching up after losing a day. I'd already used 2D SDFs earlier in #genuary so decided to learn something about using them and settled on producing "isobars" based on Inigo Quilez's tutorial [https://iquilezles.org/articles/distance/]. Paired this with a little physics system to define the positions of circle SDFs.
#processing #glsl #genuary2023 #GENUARY #genuary8
Cheating for #Genuary8 (Signed Distance Functions)...
Made last year.
I mean SDFs are sooooo 2022!
https://mamot.fr/@sedincore/108956865341746797
Ok, back to sleep, bye.
@pentronik
SDF is a function with 2D or 3D input, so any resources on plotting contour maps of multivariable functions would be relevant
https://www.khanacademy.org/math/multivariable-calculus/thinking-about-multivariable-function/ways-to-represent-multivariable-functions/a/contour-maps
#khanacademy #contourmap #signeddistancefunction #genuary8
A second and visually simpler shot at the sliced signed distance functions.
I think I was not alone in trying to grok "signed distance functions" for #genuary8...
I found this ChatGPT answer to be far clearer than the resources I came across when trying to learn about SDFs.
Might be helpful to others?
Whelp, spent 2 hours trying to get different SDF tools running in TouchDesigner and had no luck.Gonna skip day 8 I think...
#genuary8 fail
Genuary 2023 day 8:
Signed Distance Functions
#genuary #genuary8 #p5js
What a great day. I got to have fun with my brother's three kids all day, playing in the snow, making music, gaming, and then had a few hours to work on learning SDFs. I was tired, but I managed to grasp the concepts in a great video by @piterpasma, https://www.youtube.com/watch?v=KRB57wyo8_4, then get in a groove and come up with some cool stuff for the day's sketch. More good material for my future projects.
Day 8: Signed Distance Functions. The code for my sketch draws heavily from piterpasma's SDF tutorial: https://youtu.be/KRB57wyo8_4
#creativecoding #GenArt #p5js #genuary8 #GENUARY
#GENUARY 2023 Day 8:
Signed Distance Functions.
since I have no idea what i'm doing, based on work by (and stolen, like an artist from ) @piterpasma && @evgenyxsushko
#creativecoding #genuary2023 #generative #genuary8 #GENUARY
Day 8: Signed Distance Functions
Continuing with the torus theme, this is mostly ripped from the inspiring work of Piter Pasma, and SDF functions from Inigo Quilez. 9 double-onioned, long toruses intersected with another double-onioned long torus.
#genuary8 #GENUARY #genuary2023
code: https://codepen.io/fractalkitty/full/bGjgVKa
click to add rings, press space to mix size of points
#genuary2023 Day 8: SDF
I'm very happy that I was able to help a lot of gen artists discover the SDF with this prompt.
I'm currently sick, so I couldn't do what I wanted. Anyway, here is an animation using the SDF🌼
https://youtube.com/shorts/Fo65WGRFGvE?feature=share
#genuary #genuary8 #genartclub #generative #glsl #perfectloop
#genuary2023 #GENUARY #genuary8 #genartclub #generative #glsl #perfectloop
"Signed Distance Functions"
Today's prompt was a struggle, lol! I am nowhere close to understanding SDFs or what this code is doing. I remixed the output from a tutorial I found and got here :) Made with p5js.
#genuary #genuary2023 #genuary8 #p5js #p5 #creativecode #creativecodeart
#GENUARY #genuary2023 #genuary8 #p5js #p5 #creativecode #creativecodeart
For #genuary8, here's a short looping fantasia with circles. Technically I used SDFs, but the result isn't really all that SDF-ish. Still, it's fun to watch. Original Shadertoy at https://www.shadertoy.com/view/dtS3Dh, slow P5js rewrite at https://editor.p5js.org/isohedral/sketches/CrMV1AgCD. #genuary
Had a lot of fun with "Shortest Distance Functions" for #genuary8 #genuary (a little late to posting).
Since I'm completely new to the concept, I just toyed with the code from @piterpasma|s excellent video, combined with my own "flower" shape.