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
This is the best animated 3d cellular automata I have ever seen.
Hypnotic!! Very cool concept...and this is "just" rules being executed. Fascinating
this is beautiful
They're really mesmerizing! Would love to see more of them.
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/
That's exactly how crystals grow
this is pure art, you are so awesome!
This is awesome
1:10 reminds me of a bismuth crystal formation
Someone make this a terrain generator for minecraft!
Would be fun, maybe I'll try someday :)
@@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!
3 years later xD instagram.com/p/ChqKbj2D0xp/
Seriously amazing
Wow, they all look like spaceships, I dunno.
these are better lit than my future
There's some interest on Reddit: www.reddit.com/r/cellular_automata/comments/f0qi3n/3d_cellular_automata_2/
Oh boy, shader so nice, i like that plastic cartoon stile (for me it is)
Any tips to recreate?
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.
How do u know so much about celullar automata ?so cool
I don't think I know that much :) if you want to explore more I would recommend this blog softologyblog.wordpress.com/
What is the music ?
Hi, the music is : Artist: pATCHES | Track: Because For Everything There Is Someone
I've updated the description
@@ttvamps thank you :)
Amazing! What does state 3 & 5 mean? A google search didn't tell me and I'm new to CA
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/
@@ttvamps Thank you!
Could you please share the rules you did use.
I will upload the program and the rules used in the video to my github.
@@ttvamps Super, thanks!
@@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
@@ttvamps Thank you.