Coding Challenge 183: Paper Marbling Algorithm

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ค. 2024
  • All aboard as I attempt to simulate the artistic process of paper marbling. The algorithm is based on the paper 'Mathematical Marbling' by S. Lu, A. Jaffer, X. Jin, H. Zhao, and X. Mao. The code is written in JavaScript using the p5.js library. Code: thecodingtrain.com/challenges...
    🚀 Watch this video ad-free on Nebula nebula.tv/videos/codingtrain-...
    p5.js Web Editor Sketches:
    🕹️ Mathematical Marbling: editor.p5js.org/codingtrain/s...
    🕹️ Dodecahedron: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Phyllotaxis: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Mouse: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Color: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Combs: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Raster Pixels: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Raster Pixels - Image: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Raster Pixels - Video: editor.p5js.org/codingtrain/s...
    🕹️ Marbling Color - animate ink: editor.p5js.org/codingtrain/s...
    🕹️ handPose Marbling: editor.p5js.org/codingtrain/s...
    🎥 Previous: • Coding Challenge 182: ...
    🎥 All: • Coding Challenges
    References:
    🔗 Paper Marbling: en.wikipedia.org/wiki/Paper_m...
    🔗 Tokutaro Yagi: suminagashi.com/meet-the-arti...
    🔗 Digital Marbling: blog.amandaghassaei.com/2022/...
    📄 Mathematical Marbling: doi.org/10.1109/MCG.2011.51
    🔗 Mathematical Marbling: people.csail.mit.edu/jaffer/M...
    Videos:
    🎥 The Hydrodynamics of Marbling Art: gfm.aps.org/meetings/dfd-2023...
    🎥 • 3.4 Polar Coordinates ...
    Related Coding Challenges:
    🚂 • Coding Challenge #56: ...
    🚂 • Coding Challenge 102: ...
    🚂 • Coding Challenge #132:...
    🚂 • Coding Challenge 177: ...
    Timestamps:
    0:00 Introduction
    1:47 Mathematical Marbling
    2:16 Explain approach
    3:20 Start Coding
    4:20 Dropping paint
    7:03 Add the circle vertices using polar coordinates
    10:57 Add a marble function
    13:24 Refine the algorithm
    16:45 Add a tine function
    19:46 Circle detail
    24:50 Generalize the tine function
    29:43 Possible variations
    31:45 Outro
    Editing by Mathieu Blanchette
    Animations by Jason Heglund
    Music from Epidemic Sound
    🚂 Website: thecodingtrain.com/
    👾 Share Your Creation! thecodingtrain.com/guides/pas...
    🚩 Suggest Topics: github.com/CodingTrain/Sugges...
    💡 GitHub: github.com/CodingTrain
    💬 Discord: thecodingtrain.com/discord
    💖 Membership: th-cam.com/users/thecodingtrainjoin
    🛒 Store: standard.tv/codingtrain
    🖋️ Twitter: / thecodingtrain
    📸 Instagram: / the.coding.train
    🎥 • Coding Challenges
    🎥 • Start learning here!
    🔗 p5.js: p5js.org
    🔗 p5.js Web Editor: editor.p5js.org/
    🔗 Processing: processing.org
    📄 Code of Conduct: github.com/CodingTrain/Code-o...
    This description was auto-generated. If you see a problem, please open an issue: github.com/CodingTrain/thecod...
    #mathematicalmarbling #fluidsimulation #p5js #javascript

ความคิดเห็น • 108

  • @samuelgunter
    @samuelgunter 15 วันที่ผ่านมา +113

    I've been subscribed since watching the snake coding challenge back in 2016 riding home from school, and now I'm at a university, I see we're still forgetting the "this dots" 😅

  • @lbgstzockt8493
    @lbgstzockt8493 15 วันที่ผ่านมา +162

    This video is a great example for why single-letter variable names are a bad idea.

    • @lowellrindler9454
      @lowellrindler9454 15 วันที่ผ่านมา +14

      You’ll never take my garbage variable names from me!

    • @WhateverOwO
      @WhateverOwO 15 วันที่ผ่านมา +1

      as long as they work and you put a comment besides it it'll be fine lol

    • @qwerty_qwerty
      @qwerty_qwerty 14 วันที่ผ่านมา +22

      @@WhateverOwO God, please do not suggest that to anyone. Ever. It's okay if it's a solo project with old code that you don't want to touch, but don't _suggest_ it to people!

    • @jeanlasalle2351
      @jeanlasalle2351 14 วันที่ผ่านมา +10

      ​@@WhateverOwOWhy put a comment saying what it is instead of naming it?
      Have fun with "int a; //smoothing factor"
      And adding insult to injury intellisense will be worthless when you call your function which is accepting a variable of type int named a.

    • @krccmsitp2884
      @krccmsitp2884 14 วันที่ผ่านมา +8

      @@WhateverOwO With self-explanatory names you don't need extra comments

  • @AryehS1989
    @AryehS1989 15 วันที่ผ่านมา +50

    some of the best content on YT!

  • @djtomoy
    @djtomoy 15 วันที่ผ่านมา +44

    Every time I watch the intro to one of these videos it feels like you have access to a different version of the internet than me, one filled with wonder, creativity and beauty. 😢

  • @motbus3
    @motbus3 12 วันที่ผ่านมา +4

    This still is the best channel about programming ever. You gotta love Dan ❤

  • @jaydeep-p
    @jaydeep-p 15 วันที่ผ่านมา +8

    Hands down, you're the best coding channel!

  • @justinfahland1225
    @justinfahland1225 13 วันที่ผ่านมา +11

    programming alongside you and trying to work out these challenges in python has reinvigorated my motivation for programming as a hobby again. Its really exciting recreating the things you make in your videos and I'm finally finding programming fun again, keep up the good work

    • @RedHair651
      @RedHair651 9 วันที่ผ่านมา

      What's your equivalent of P5.js?

    • @sontapaa11jokulainen94
      @sontapaa11jokulainen94 7 วันที่ผ่านมา

      @@RedHair651 I am not the one you originally asked, but I myself use pythons turtle library to draw this stuff. You need to implement some stuff yourself, which exists as a builtin in p5js (for example in python you need to program the main drawing loop yourself), but it is quite good still in my opinion.

  • @RicoGalassi
    @RicoGalassi 15 วันที่ผ่านมา +8

    This has got to be the coolest coding train videos yet!! Awesome Dan!

  • @HeadmostCantaloupe
    @HeadmostCantaloupe 15 วันที่ผ่านมา +2

    You gotta love the new editing style with distinctive intros and all of that fancy stuff

  • @Apchenail
    @Apchenail 15 วันที่ผ่านมา +3

    First video I look at since many years (of the "purple rain coding challenge generation"). The pacing of your video is much more dynamic now, I am sure the young brains are even more attracted by it.

  • @aniketmehendale
    @aniketmehendale 10 วันที่ผ่านมา +1

    i used to watch your channel when i was in college, i came across this video randomly. glad to see youre still at it, ah the nostalgia

  • @tunaroll3957
    @tunaroll3957 15 วันที่ผ่านมา +3

    This is so genuis and showcases how much P5 can accomplish, combined w math!

  • @MauroGrizia
    @MauroGrizia 15 วันที่ผ่านมา +1

    I'm sometimes absolutely marveled at the amount of science that's being put into art to create this amazing patterns.
    I just saw a minute of this video and I already made up my mind. I'm soooo following this tutorial.

  • @realcygnus
    @realcygnus 15 วันที่ผ่านมา +2

    Back on the scene with ordinary old school challenges ! 💪

  • @fabiomartins1218
    @fabiomartins1218 14 วันที่ผ่านมา

    You have no idea how many times I tried to do this, Daniel. Thank you oh-so-much!

  • @forgey9211
    @forgey9211 15 วันที่ผ่านมา +4

    I'm here for you 😊 Another beautiful video

  • @onkelhoy1
    @onkelhoy1 15 วันที่ผ่านมา

    Dan as always, thank you for your video, I love listen, watch you struggle in whatever the exciting task you take open yourself meanwhile I struggle on my own work/projects etc

  • @ZerofeverOfficial
    @ZerofeverOfficial 15 วันที่ผ่านมา +7

    immiscible, my new favorite word

  • @clearwavepro100
    @clearwavepro100 8 วันที่ผ่านมา +1

    Excellent explanation of the formula! Super accessible :)

  • @vavassor
    @vavassor 15 วันที่ผ่านมา +5

    Years ago I tried to make a fluid sim for marbling. I had a flow sim and was trying to make things more incompressible by reducing diffusion using "back and forth error correction and compensation". Which helped the ink not mix together into grey/brown as quickly. But didn't have that thick ink look. Using vector shapes looks fantastic! And the raster method is cool too. Now I wanna revisit this idea

  • @theminivann
    @theminivann 15 วันที่ผ่านมา +1

    Oh snap this is my first coding train video that I'm catching on release day, HI DAN THANK YOU FOR BEING AWESOME

  • @TiferetJackson
    @TiferetJackson 11 ชั่วโมงที่ผ่านมา

    That's amazing at first I thought it impossible yet you made it look so easy! 😮

  • @BarneyCodes
    @BarneyCodes 14 วันที่ผ่านมา

    Amazing video as always! This one was so much fun!

  • @umitsn
    @umitsn 10 วันที่ผ่านมา

    Great example, thanks so much 🙏🏻

  • @matcha69420
    @matcha69420 15 วันที่ผ่านมา +8

    yay just in time for my bus commute!

  • @AndersonChristianPurigringo
    @AndersonChristianPurigringo 8 วันที่ผ่านมา +1

    Cara, vc é fera demais. gosto muito dos seus conteudo e a sua forma alegre de compartilha.

  • @elmeromero8761
    @elmeromero8761 15 วันที่ผ่านมา +1

    I just started studying Computer Engineering on College and it has been kinda rough, a lot of stress and there has been times that I've thought about droping out. But then I found your videos and my love for programming came back. I just wanted to say thank you for making programming seem so fun and interesting to me again!!!

  • @danielrubio2746
    @danielrubio2746 13 วันที่ผ่านมา

    You are the best!

  • @mrkjsmt
    @mrkjsmt 11 วันที่ผ่านมา

    Thanks so much!! I'd love more of these oldskool graphics challenges, please, please!!

  • @mmilerngruppe
    @mmilerngruppe 15 วันที่ผ่านมา

    that's really an awesome video! thank you a lot.

  • @TheCatull
    @TheCatull 7 วันที่ผ่านมา

    Danke!

  • @marcospaulolima642
    @marcospaulolima642 13 วันที่ผ่านมา

    Damn, insane video! ❤

  • @HansMilling
    @HansMilling 12 วันที่ผ่านมา

    Long time follower. This reminds me so much of making graphics demos on my Amiga and later PC. It was all about creating cool effects.

  • @reid_makes_art
    @reid_makes_art 15 วันที่ผ่านมา +1

    Great aesthetic!

  • @leonardopotenza7379
    @leonardopotenza7379 15 วันที่ผ่านมา +1

    u are the best Dan

  • @tedhinklater3203
    @tedhinklater3203 13 วันที่ผ่านมา

    I don't even code but your enthusiasm is pretty infectious and I do love the art

  • @esphix
    @esphix 15 วันที่ผ่านมา +1

    The reason for the magSq function being better to use is because it is just the dot product of a vector with itself. This is due to the magnitude being computed using the Pythagorean theorem which uses a square root, which is an expensive operation. By immediately calling the magnitude squared function you remove the need to compute the sqrt.

  • @ForrestLowe-ez6is
    @ForrestLowe-ez6is 15 วันที่ผ่านมา +5

    Coding Bob Ross

  • @raulAlbiyol
    @raulAlbiyol 15 วันที่ผ่านมา +1

    Why Are you so Awesome? Keeping making such videos.. Love from INDIA❤

  • @chichongc
    @chichongc 14 วันที่ผ่านมา

    Oh! I found I really like this algo~

  • @zylascope
    @zylascope 14 วันที่ผ่านมา

    Cool!

  • @NoVIcE_Source
    @NoVIcE_Source 13 วันที่ผ่านมา

    lovely

  • @yousifmobark6981
    @yousifmobark6981 13 วันที่ผ่านมา

    i love this channel

  • @xotmatrix
    @xotmatrix 14 วันที่ผ่านมา

    Super interesting.

  • @jaybee2530
    @jaybee2530 15 วันที่ผ่านมา +1

    This is fantastic, great work! This also makes me feel very dumb. 😅

  • @DipamSen
    @DipamSen 15 วันที่ผ่านมา +1

    Very cool video!!
    PS: After having watched many OOP tutorials, at 2:31 i totally expected the two "properties" to be "centre" and "radius" 😅

  • @SimpleCarGuy
    @SimpleCarGuy 14 วันที่ผ่านมา

    Can you do a tutorial on how to always be happy, enthusiastic and so positive!?
    Love the videos!

  • @ethanhermsey
    @ethanhermsey 15 วันที่ผ่านมา +1

    Ooh this is really cool! I've unsuccesfully been trying to get something like the immiscible drops, definitely trying this out :)
    hhmm.. tine lines from flowfields

  • @DivineIntervention-12
    @DivineIntervention-12 3 วันที่ผ่านมา

    2.5 thousand likes and 0 dislikes is incredibly uncommon XD keep it up

  • @egebayraktar6620
    @egebayraktar6620 7 วันที่ผ่านมา

    adamsın kralsın

  • @WinterSolsticeGaming
    @WinterSolsticeGaming 14 วันที่ผ่านมา

    Cool Vid

  • @limboreversible
    @limboreversible 10 วันที่ผ่านมา

    Hi, this is amazing.
    Is there a version in processing code of this coding challenge ? I'm totally Stuck with the marble function:-( Thanks again Mr. Schifman for your continuous inspiration

  • @HarDarkable
    @HarDarkable 15 วันที่ผ่านมา +1

    Long time since This dot Song!

  • @bluegamemc1403
    @bluegamemc1403 14 วันที่ผ่านมา

    no clue what this means but I still clicked right away

  • @at-2974
    @at-2974 11 วันที่ผ่านมา

    Could a generalized tine line still function effectively without relying on the dot product? Instead, could it exclusively use vertical tine line, achieved by rotating shapes to align the vertical tine line at the desired location, and then rotating the shapes back to their original angles?

  • @sangwookim5551
    @sangwookim5551 13 วันที่ผ่านมา

    Hi Daniel! I am a huge fan of your works and even made my own generative art NFTs using p5.js following your tutorials! Just wondering though, what are your thoughts on AI art, and how it may impact the value of human-made art in the coming years? Do you think the current art(including generative art) will retain its value when AI could make them just as good, if not better? :)

  • @subinaypanda9936
    @subinaypanda9936 14 วันที่ผ่านมา

    We can have a relation between the radius and the circleDetails like higher the radius, higher will be circleDetails.

    • @TheCodingTrain
      @TheCodingTrain  12 วันที่ผ่านมา

      Yes, this is a great idea!

  • @nguyenlevlog4586
    @nguyenlevlog4586 14 วันที่ผ่านมา

    good

  • @gutzimmumdo4910
    @gutzimmumdo4910 5 วันที่ผ่านมา

    hi coding train, i saw a cool pattern and i was wondering if u could program such a thing, is called "cohomology fractals", seems quite cool of a visual but also kinda complex maybe.

  • @outside8312
    @outside8312 15 วันที่ผ่านมา +3

    Kinda want to try water marbling my nails again now... But it will probably end badly 😅💅

    • @paultapping9510
      @paultapping9510 15 วันที่ผ่านมา

      that would totally work! enamel is hydrophobic, so as long as you masked your fingers off you could use hydrodipping.

    • @TheCodingTrain
      @TheCodingTrain  12 วันที่ผ่านมา

      Please share if you do!

  • @RajJaiswal538
    @RajJaiswal538 13 วันที่ผ่านมา

    Any idea how the smoother version of it would work? Should I just interpolate it from older position to newer position with time?

    • @TheCodingTrain
      @TheCodingTrain  12 วันที่ผ่านมา

      That's an interesting idea to try! I did it by adding multiple smaller blobs of the same color slowly, it's not efficient or optimal but seems to work. Maybe removing blobs that are fully enclosed would help? You can see all the example and variations on the webpage linked in the description.

    • @RajJaiswal538
      @RajJaiswal538 12 วันที่ผ่านมา

      @@TheCodingTrain thanks! Will check them

  • @RandomEG1234
    @RandomEG1234 12 วันที่ผ่านมา

    please help, my variable will not save, and i need it to stay the same when i re run it

  • @daviddawkins
    @daviddawkins 13 วันที่ผ่านมา

    I watched this at x1.25 by mistake and now I don't think I can sleep

    • @TheCodingTrain
      @TheCodingTrain  12 วันที่ผ่านมา +1

      if you watch it backwards at 0.75x it'll cure you

    • @daviddawkins
      @daviddawkins 12 วันที่ผ่านมา

      @@TheCodingTrain I forgot to add that I loved the video.

  • @000aleph
    @000aleph 14 วันที่ผ่านมา

    So do we have incompressibility?

  • @flashbond
    @flashbond 15 วันที่ผ่านมา +1

    That's a Turkish art called "Ebru". I guess the English phonetic will be Abrou

  • @StayMotivate-or7rf
    @StayMotivate-or7rf วันที่ผ่านมา

    Hello sir you are doing great work for our community,but I have a humble request please make video on maths learning topics which are important to become AI and ml engineer with proper guidance and free learning resources and full roadmap of learning mathematics please sir ! 🙏🙏 But thanks for your hardwork😊.

  • @jthawken123
    @jthawken123 15 วันที่ผ่านมา

    Ah yes, the inside cover page of the hymnal.

  • @dhairyashah3104
    @dhairyashah3104 10 วันที่ผ่านมา

    make a video on queuing theory please

  • @SquareRootOfNegativeOne
    @SquareRootOfNegativeOne 12 วันที่ผ่านมา

    Does the java code exist for Processing? I tried converting it myself and I can't get it to work. Probably because I don't know what I'm doing....

    • @SquareRootOfNegativeOne
      @SquareRootOfNegativeOne 12 วันที่ผ่านมา

      never mind. figured it out - learned a couple things too!!

    • @TheCodingTrain
      @TheCodingTrain  12 วันที่ผ่านมา

      I haven't been keeping up with porting the examples, but you are welcome to add to github.com/CodingTrain/Coding-Challenges/

    • @SquareRootOfNegativeOne
      @SquareRootOfNegativeOne 11 วันที่ผ่านมา

      @@TheCodingTrain I put up what I got but I can't help but feel like I shouldn't be the one doing it - I'm self taught and there may be errors. It would be amazing though if I could get some feedback though...

  • @bobweiram6321
    @bobweiram6321 14 วันที่ผ่านมา

    Imagine applying this in real time to reality through Apple's Vision Pro Goggles.

  • @geoffwagner4935
    @geoffwagner4935 9 วันที่ผ่านมา

    holy cowsay , I actually got magSq();

  • @pierremarcotte6299
    @pierremarcotte6299 10 วันที่ผ่านมา

    Dumb guy here... what part in the code guarantees that the area of a drop is always equal?

  • @alvarobyrne
    @alvarobyrne 15 วันที่ผ่านมา

    Kwel!

  • @user-gs7vk6sw9y
    @user-gs7vk6sw9y 14 วันที่ผ่านมา

    its nearly impossible to follow your video if you are always zooming in for now reason.

  • @gsestream
    @gsestream 14 วันที่ผ่านมา

    less is more you know. one is enough. do you be lacking marbles. God be your only marble. of great worth. dont sell it to anyone. localized intersection fluid sim is not expensive. you can either do a octree space division or just 3d range sorting intersection algorithm. or just the falling sand simulation but using liquid/gas pressure local small steps simulation. just like life simulator. nothing is a problem. all pre-solved. even those that you have not solved. honor to God. not to knowledge. even if God knows everything. you say you are miscible. you said "I am miscible". who do you mix with in the pot. fluid sim is like neutral net drift training by evolutionary algorithm. it will settle in some balance after simple optimization steps. minimum (proton) sized dots self-arranging neural fluid matrix. the fluid dots approximate the whole fluid in the mass. you can also derive your own fluid pixel algorithm of other type. physical or not. well if each pixel/cell can hold only hold one fluid unit then you have the algorithm working principles. the more and smaller the simulated drop cells are, the better and heavier (gpu) the simulation is. graphically making the drops overlap makes a continuous fluid in all places necessary, using smaller area for sphere/circle drop collision. there are no other drops. you dropped your marbles. time will tell. lol only a bit insane. stay sane dr. so you make a gpu object of circle shape and push it around. hmh. deformation. not dot simulation at low scale. instead of using the deformation graphics function directly, maybe do the low level simulation yourself. also interesting. the underlying tech code I mean. seems like deformation math lib is being used heavily. oh you actually do the small drops simulation. my bad. drink drink. coffee makes depressed drops. wow dude. nice trip bro. photoshop finger tool for paint drops. maf. the paint must be a leaner. paint water foundation simulator. no sell.

  • @planktonfun1
    @planktonfun1 10 วันที่ผ่านมา

    its not fluid enough

  • @AtomicBl453
    @AtomicBl453 14 วันที่ผ่านมา

    watch this at 0.25 speed, thank me later.

  • @andreestermeneses5615
    @andreestermeneses5615 12 วันที่ผ่านมา

    You are the best!