Generative Portraits 1 | Processing Art Live Drawing | Creative Coding

Поділитися
Вставка
  • Опубліковано 9 вер 2017
  • This generative portrait video is completely made in Processing, including the transitions. The portraits are based on black and white photographs where the code "interprets" the direction and thickness of the strokes. The code is based on a previous code (video: • Generative Art Drawing... ) and still in progress, yet I find the unpolished and raw aesthetic very appealing.
    UPDATE: Check also the follow up video - Raw Generative Portraits 2 • Generative Portraits 2...
    More drawings at www.thedotisblack.com
    Tools: Made with code / Processing
    Audio: "The Making of Thumbs Up" by Joe Bagale (to find at Google Audio Library)
    ▌ Generative art and design
    ▌ Made with code (Processing)
    ▌ LIKE and SUBSCRIBE to thedotisblack
    SUPPORT thedotisblack on Patreon: / thedotisblack
    SUPPORT thedotisblack:
    - PRINTS on Society6: society6.com/davidmrugala?cur...
    - PayPal contributions: paypal.me/davidmrugala
    SOCIAL MEDIA, for contact or more works:
    Tumblr: / www
    Instagram: / thedotiswhite
    Facebook: / thedotisblack
    Twitter: / davidmrugala
    Ello: www.ello.co/thedotisblack
    #portrait #creativecoding #generativeart
  • Фільми й анімація

КОМЕНТАРІ • 32

  • @thedotisblack
    @thedotisblack  6 років тому +5

    This video including the transitions is completely made in code. It is based on a previous code (video: ua-cam.com/video/zP_paWcXkaE/v-deo.html) and still in progress but I like the unpolished and raw aesthetic of the drawings. Hope you enjoy the short video!
    Other generative portraits: ua-cam.com/play/PLbLdd1fdNg5zFBM6c_SxdDzxAwuTL_c3D.html
    If you like this video, you might also like to watch how to code yourself.
    Playlist of Processing tutorials: ua-cam.com/play/PLbLdd1fdNg5zPBMYYZLO2JVqMrBkK5Lux.html
    Website: www.thedotisblack.com
    Instagram: instagram.com/thedotiswhite
    Patreon: www.patreon.com/thedotisblack (with tutorial codes to download)

  • @ctrl_altesc
    @ctrl_altesc 4 роки тому +1

    Beautiful, I love the transitions between the different scenes

  • @souhardyasen
    @souhardyasen 3 роки тому +1

    I am so glad that I stumbled upon this

  • @angelo-u
    @angelo-u 2 роки тому +1

    wow, I get there with an image but the transition is breathtaking

  • @MyLinuxToyBox
    @MyLinuxToyBox 5 років тому +2

    You have a fan. I love generating art.

    • @thedotisblack
      @thedotisblack  5 років тому

      Thanks a lot! There will be more videos soon.

  • @JosephHenryDrawing
    @JosephHenryDrawing 6 років тому +4

    This is very beautiful and well-coded 👍👍

    • @thedotisblack
      @thedotisblack  6 років тому +1

      Thank you Joseph! As I recall, you were practicing Processing as well. So, how is it going?

    • @JosephHenryDrawing
      @JosephHenryDrawing 6 років тому +3

      thedotisblack Good ! I just have to practice more and when I watch your videos, I try to understand how you made it and it's interesting :)

  • @unexpectedzen
    @unexpectedzen 4 роки тому +2

    I like the music.

  • @CodingwithIndy
    @CodingwithIndy 3 роки тому +1

    Amazing! Made a similar project myself.. generating portraits seems cool

    • @thedotisblack
      @thedotisblack  3 роки тому

      Just watched your video. The outcome is very nice!

  • @angeliquejenkins2050
    @angeliquejenkins2050 6 років тому +1

    love love

  • @quargskpgreene
    @quargskpgreene Рік тому

  • @darsh_shukla
    @darsh_shukla 6 років тому +1

    That's a great work. I am new in learning processing will you help me on how can I make such thing ?

    • @thedotisblack
      @thedotisblack  6 років тому +1

      Sure, what do you want to know?

    • @darsh_shukla
      @darsh_shukla 6 років тому +1

      thedotisblack's generative art or design videos how this lines are randomly and smoothly walking over an image? Is the path for each line fixed? What libraries are you using? Any online source from where I can learn it?

    • @thedotisblack
      @thedotisblack  6 років тому +3

      You remind me that I should actually make a follow up video with new portraits, perhaps 3D. But this particular video is actually based on this basic code where you can see how each line is drawn: ua-cam.com/video/zP_paWcXkaE/v-deo.html
      It's basically a random walker without any library. There are lots of examples on that concept all over the internet.. The path is not fixed for those portraits obviously. That's the intriguing part as each outcome is unique. The script defines constantly how each line should respond to the image beneath (direction, size, speed, etc.) while extracting the colors from some other images that I have preselected. In general I like to combine simple geometry with lots of randomness in my codes.
      However I wouldn't know of any particular online source.. Depends always on the conceptual approach and media that you want to include. In general "the coding train" by Daniel Shiffman is worth a look for inspiration or tutorials.
      Here are some great references that I personally like to check from time to time:
      wavegrower.tumblr.com/
      blog.lightprocesses.com/
      holgerlippmann.tumblr.com/
      mariuswatz.com/
      calculatedabstraction.tumblr.com/
      julienleonard.tumblr.com/
      bigblueboo.tumblr.com/

    • @darsh_shukla
      @darsh_shukla 6 років тому +3

      thedotisblack's generative art or design videos Thank you so much

    • @djsnipa1
      @djsnipa1 5 років тому +2

      This is fantastic! I have been a subscriber and have wanted to know more about how you so some of your amazing code/videos/images. Thank you for this informative post! Keep up the awesome work! You are by far the best generative artist I've seen!

  • @ManjulManivesh
    @ManjulManivesh 4 роки тому

    Hey, what is the background music track?

    • @thedotisblack
      @thedotisblack  4 роки тому

      Hi. The credits for the music are always in the description of the video.

  • @jackisgoofingoff5510
    @jackisgoofingoff5510 Рік тому

    Do you have any tutorials on this?

    • @thedotisblack
      @thedotisblack  Рік тому +1

      Not yet. But I will make tutorials on these generative portraits after I finalized the current series on audiovisuals.

  • @Se-pk8lg
    @Se-pk8lg 4 роки тому

    Do yo have tutorials or something?

    • @thedotisblack
      @thedotisblack  4 роки тому

      Hi Aaron. Not for this one. I post once in a while a “How to draw with code” video. You can find them on the main channel page. There will be more in the future.

  • @simwalk100
    @simwalk100 4 роки тому

    Awesome art! Not best music choice IMHO. A collaboration is suggested! Pilotpriest new track 'forget yourself' . Put that to your portrait 1+2 videos and you have it. I'd blog it as one of the best videos ever!