Houdini Algorithmic Live

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ก.ย. 2022
  • This is a weekly tutorial live for Houdini. In this week I'm going to transform 3d geometry to an ascii art by using it's geometrical features.
    I've also started a Patreon, if anyone found the video interested or helpful please consider supporting so that I can continue creating videos.
    [Project File]
    github.com/jhorikawa/HoudiniH...
    [Patreon]
    / junichirohorikawa
    [Houdini Related Playlists]
    Houdini Algorithmic Live: • Houdini Algorithmic Live
    Houdini Tutorial: • Houdini Tutorials
    Houdini Snippets: • Houdini Snippets
    Houdini Tips: • Playlist
    VEX for Algorithmic Design: • VEX for Algorithmic De...
    [Portal Page]
    Facebook Page: / parametricproceduralho...
    [Books]
    Algorithmic Design Workbook with Houdini: gum.co/GOZFw
    Tiling Pattern with Houdini: gumroad.com/l/OVDgY
    Algorithmic Design with Houdini: www.bnn.co.jp/books/9788/
    Books on BOOTH: orangejellies.booth.pm/
    [Contact]
    Twitter: / jhorikawa_err
    Instagram: / horikawa.j
    #JunichiroHorikawa #houdini #tutorial
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @khalilboss2855
    @khalilboss2855 ปีที่แล้ว +1

    What a genius!
    Thanks so much for all the knowledge you're providing. Keep it up

  • @nassredean
    @nassredean ปีที่แล้ว +2

    Just wanted to note that around 49:00 instead of using a python node that sets a detail attribute for letters which you then reference in the font node with Hscript, you can actually use python directly in the "text" field in the font node. Alt+E to edit the expression, switch from "String value" to "Python expression", and just add
    ```
    text = ""
    for i in range(33, 126):
    text += chr(i)

    return text
    ```
    into the textfield.

  • @user-ud4no9zs7z
    @user-ud4no9zs7z 10 หลายเดือนก่อน

    Très beau travail; très impressionnant ....

  • @Droessli
    @Droessli ปีที่แล้ว

    learned a ton from this one! Thank you soo much! 🙏

  • @thomaskahale6534
    @thomaskahale6534 10 หลายเดือนก่อน

    Thank you, it worked! 😍

  • @juanantonioponcegarcia2752
    @juanantonioponcegarcia2752 ปีที่แล้ว

    OMG THANKS SO SO MUCH THIS HELPED!!!

  • @funtoontv23
    @funtoontv23 10 หลายเดือนก่อน

    good post...100% work

  • @fattahalmisbah5773
    @fattahalmisbah5773 11 หลายเดือนก่อน

    Very good n good job

  • @nyt2.0fanpage73
    @nyt2.0fanpage73 ปีที่แล้ว

    GR8 IDEA TYTY

  • @valeriyaplays5997
    @valeriyaplays5997 11 หลายเดือนก่อน

    It's work! Thx u so much

  • @mikelvandervort6021
    @mikelvandervort6021 11 หลายเดือนก่อน

    Immensely sleek dude

  • @gillgarcia768
    @gillgarcia768 ปีที่แล้ว

    I cracked soft soft today!

  • @mohamedbaqer8979
    @mohamedbaqer8979 ปีที่แล้ว

    niceee

  • @edcaluag1087
    @edcaluag1087 ปีที่แล้ว

    I am coming from soft one 4.6 and I am so torn with soft soft. It seems great as it is so in-depth in its' capabilities but, so fiddly to get

  • @H.Jahanshahi
    @H.Jahanshahi ปีที่แล้ว

    I have a question about import vex function which has been deprecated and is replaced with getattrib function. I've found a old amazing project and the person used import in his vex codes (as an example: import("P", pos, 0, neighbour);). but It doesn't work anymore and I cannot figure out how to replace it with getattrib and have the same result!

  • @ViralKiller
    @ViralKiller ปีที่แล้ว

    Bro there's a French guy who might be your match: EdmondBouletGilly....he does crazy stuff too like use Houdini for machine learning.....I can't decide who's more Alpha

  •  ปีที่แล้ว +5

    I wish I had 1% of your brain...

    • @ViralKiller
      @ViralKiller ปีที่แล้ว +1

      If you look at his first few videos, he doesn't know what he is doing...getting confused with @ptnum and stuff...gives me hope lol

    • @nononsense2688
      @nononsense2688 ปีที่แล้ว

      @@ViralKiller underrated 3D comment 😂😭

  • @JoaoGabriel-ox6tr
    @JoaoGabriel-ox6tr ปีที่แล้ว

    TNice tutorials is not what i see when I open soft soft at all.