3D Cellular Automata

Поділитися
Вставка
  • Опубліковано 11 лют 2025
  • Some 3D Cellular Automata
    HD Images : www.behance.ne...
    Source code : github.com/tte...
    More cellular automata : / _cellular_automata_
    Music : Artist: pATCHES | Track: Because For Everything There Is Someone

КОМЕНТАРІ • 33

  • @hitekalchemy1105
    @hitekalchemy1105 4 роки тому +8

    This is the best animated 3d cellular automata I have ever seen.

  • @syntience_music
    @syntience_music 4 роки тому +7

    Hypnotic!! Very cool concept...and this is "just" rules being executed. Fascinating

  • @justrobin2176
    @justrobin2176 24 дні тому

    this is beautiful

  • @yidaweng9153
    @yidaweng9153 2 роки тому

    They're really mesmerizing! Would love to see more of them.

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

      Yeah, I probably need to refresh the video a bit. I'll try to create a better version :) I also made a minecraft version : instagram.com/p/ChqKbj2D0xp/

  • @yevhendatsenko8112
    @yevhendatsenko8112 2 роки тому +1

    That's exactly how crystals grow

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

    this is pure art, you are so awesome!

  • @ZachMeador
    @ZachMeador 4 роки тому +5

    This is awesome

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

    1:10 reminds me of a bismuth crystal formation

  • @user-yw8sr3uj1w
    @user-yw8sr3uj1w 4 роки тому +14

    Someone make this a terrain generator for minecraft!

    • @ttvamps
      @ttvamps  4 роки тому +6

      Would be fun, maybe I'll try someday :)

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

      @@ttvamps Someone built a Quad Core CPU in minecraft with a visual display. Just program the Game of Life in that CPU! Now that'd be interesting!

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

      3 years later xD instagram.com/p/ChqKbj2D0xp/

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

    Seriously amazing

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

    Wow, they all look like spaceships, I dunno.

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

    these are better lit than my future

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

    There's some interest on Reddit: www.reddit.com/r/cellular_automata/comments/f0qi3n/3d_cellular_automata_2/

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

    Oh boy, shader so nice, i like that plastic cartoon stile (for me it is)
    Any tips to recreate?

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

      Hi, sorry I can't remember exactly what I did, I tested many things xD
      On some of them I tried to replicate steel or aluminum and for others I think I just used a simple .mtl file with a bit of shading. Maybe this one :
      """
      newmtl state1
      Ka 0.545 0.156 0.121
      Kd 0.545 0.156 0.121
      Ns 10.000
      illum 2
      newmtl state2
      Ka 0.835 0.439 0.188
      Kd 0.835 0.439 0.188
      Ns 10.000
      illum 2
      newmtl state3
      Ka 0.517 0.643 0.352
      Kd 0.517 0.643 0.352
      Ns 10.000
      illum 2
      newmtl state4
      Ka 0.949 0.615 0.294
      Kd 0.949 0.615 0.294
      Ns 10.000
      illum 2
      newmtl state5
      Ka 0.249 0.215 0.894
      Kd 0.249 0.215 0.894
      Ns 10.000
      illum 2
      """
      Hope this helps.

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

    How do u know so much about celullar automata ?so cool

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

      I don't think I know that much :) if you want to explore more I would recommend this blog softologyblog.wordpress.com/

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

    What is the music ?

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

      Hi, the music is : Artist: pATCHES | Track: Because For Everything There Is Someone
      I've updated the description

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

      @@ttvamps thank you :)

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

    Amazing! What does state 3 & 5 mean? A google search didn't tell me and I'm new to CA

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

      Hi, if you have 3 states, the value of a voxel can be 0 (empty or dead), 1, 2 or 3. Every states is associated with one specific shader (or color). Adding states change how the rules behave and the number of possibilities (3 states means 3^2457 different rules!).
      The cellular automata in the video are called "Accretor", you can find more details on this blog post : softologyblog.wordpress.com/2018/01/12/accretor-cellular-automata/

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

      @@ttvamps Thank you!

  • @RalphH007
    @RalphH007 5 років тому +3

    Could you please share the rules you did use.

    • @ttvamps
      @ttvamps  5 років тому +7

      I will upload the program and the rules used in the video to my github.

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

      @@ttvamps Super, thanks!

    • @ttvamps
      @ttvamps  5 років тому +4

      @@RalphH007
      You can find the code here : github.com/tterrasson/crystal
      And some of the rules used github.com/tterrasson/crystal/tree/master/models/accretor
      Ex : bin/grow -output explore -input models/accretor/000001.obj -lastonly -iteration 128 -worldsize 300 -randseed

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

      @@ttvamps Thank you.