POV-Ray : Newsgroups : povray.binaries.images : --( Cellular Automata )-- Server Time
13 Aug 2024 13:12:43 EDT (-0400)
  --( Cellular Automata )-- (Message 1 to 10 of 17)  
Goto Latest 10 Messages Next 7 Messages >>>
From:
Subject: --( Cellular Automata )--
Date: 26 Mar 2003 15:44:01
Message: <3e821111@news.povray.org>
--------------( oo )--------------

Here's a some experiment with the Cellular Automata. I made a 3D grid
instead of usually a 2D grid. The rules are more complex when It is in
Multidimentional Environnement. If you have links to some works on 3D
cellular Automatas rules, your suggestions will be appreciated. I'm planning
adding memory to the cells and make simulations more like ants models.

Thanks to ABX and Tim Nikias v2.0

--------------( oo )--------------

Architecture CAAO
http://ps.dgtic.umontreal.ca:2050/data/p0034/site


Post a reply to this message


Attachments:
Download 'GooPov15h-Sphere007.jpg' (72 KB) Download 'GooPov15h-Sphere008.jpg' (73 KB) Download 'GooPov15h-Sphere009.jpg' (74 KB) Download 'GooPov15h-Sphere010.jpg' (57 KB)

Preview of image 'GooPov15h-Sphere007.jpg'
GooPov15h-Sphere007.jpg

Preview of image 'GooPov15h-Sphere008.jpg'
GooPov15h-Sphere008.jpg

Preview of image 'GooPov15h-Sphere009.jpg'
GooPov15h-Sphere009.jpg

Preview of image 'GooPov15h-Sphere010.jpg'
GooPov15h-Sphere010.jpg


 

From: Tim Nikias v2 0
Subject: Re: --( Cellular Automata )--
Date: 26 Mar 2003 16:50:57
Message: <3e8220c1@news.povray.org>
These images do look interesting, but an animation
might show better what's happening. Of course
you'd have to introduce interpolation then, like
while tracing 10 frames, only one step of the
system's laws are applied, and dying spheres shrink
till they vanish, etc.
This way, you could maybe even spread the calculation
of new steps across several frames... But that might
be too complicated. After all, such an algorithm would
only make sense if you're after animations, and what
smooth moving from one state to the next...

Anyways, how much did I add? Its nice being thanked
for, but I'm not sure what you actually did with these
macros of mine. I'm just curious...

And what about the parsing times? Must be pretty
high, right? My current project, water-surfaces, is
already pretty slow, and that's only 2D-Arrays...

--
Tim Nikias v2.0
Homepage: http://www.digitaltwilight.de/no_lights
Email: Tim### [at] gmxde

>
> --------------( oo )--------------
>
> Here's a some experiment with the Cellular Automata. I made a 3D grid
> instead of usually a 2D grid. The rules are more complex when It is in
> Multidimentional Environnement. If you have links to some works on 3D
> cellular Automatas rules, your suggestions will be appreciated. I'm
planning
> adding memory to the cells and make simulations more like ants models.
>
> Thanks to ABX and Tim Nikias v2.0
>
> --------------( oo )--------------

> Architecture CAAO
> http://ps.dgtic.umontreal.ca:2050/data/p0034/site
>
>
>
>
>


Post a reply to this message

From:
Subject: Re: --( Cellular Automata )--
Date: 27 Mar 2003 00:42:13
Message: <3e828f35$1@news.povray.org>
--------------( oo )--------------

I made some of .AVI with DivX, but I do not have server to publish them.
Over a long period, it is really coherent. I'll publish a small version soon
on the bin.animations.

To render thoses images, It tooks 6min per images for a 80x80x80 matrix,
wich is quite ok. I'm working with someone on that project and we use an
expirimental Solid modeler in Scheme and it is really rapid. It is in real
time with 20x20x20 (with shadows). I don't know why it tooks so much time to
parse with povray.

I was planning to play with the levels of sampling the Neiberhood. But, for
each cells it get 3 times exponentinal. This is prohibitive.

I'm still working on that. I'm planning publishing something when it will be
readable and more genereal.

--------------( oo )--------------

Architecture CAAO

"Tim Nikias v2.0" <tim### [at] gmxde> wrote in message
news:3e8220c1@news.povray.org...
> These images do look interesting, but an animation
> might show better what's happening. Of course
> you'd have to introduce interpolation then, like
> while tracing 10 frames, only one step of the
> system's laws are applied, and dying spheres shrink
> till they vanish, etc.
> This way, you could maybe even spread the calculation
> of new steps across several frames... But that might
> be too complicated. After all, such an algorithm would
> only make sense if you're after animations, and what
> smooth moving from one state to the next...
>
> Anyways, how much did I add? Its nice being thanked
> for, but I'm not sure what you actually did with these
> macros of mine. I'm just curious...
>
> And what about the parsing times? Must be pretty
> high, right? My current project, water-surfaces, is
> already pretty slow, and that's only 2D-Arrays...
>
> --
> Tim Nikias v2.0
> Homepage: http://www.digitaltwilight.de/no_lights
> Email: Tim### [at] gmxde
>
> >
> > --------------( oo )--------------
> >
> > Here's a some experiment with the Cellular Automata. I made a 3D grid
> > instead of usually a 2D grid. The rules are more complex when It is in
> > Multidimentional Environnement. If you have links to some works on 3D
> > cellular Automatas rules, your suggestions will be appreciated. I'm
> planning
> > adding memory to the cells and make simulations more like ants models.
> >
> > Thanks to ABX and Tim Nikias v2.0
> >
> > --------------( oo )--------------

> > Architecture CAAO
> > http://ps.dgtic.umontreal.ca:2050/data/p0034/site
> >
> >
> >
> >
> >
>
>


Post a reply to this message

From: Michael Goldshteyn
Subject: Re: --( Cellular Automata )--
Date: 27 Mar 2003 09:09:20
Message: <3e830610$1@news.povray.org>
Very cool, but could really use some radiosity...


news:3e821111@news.povray.org...
>
> --------------( oo )--------------
>
> Here's a some experiment with the Cellular Automata. I made a 3D grid
> instead of usually a 2D grid. The rules are more complex when It is in
> Multidimentional Environnement. If you have links to some works on 3D
> cellular Automatas rules, your suggestions will be appreciated. I'm
planning
> adding memory to the cells and make simulations more like ants models.
>
> Thanks to ABX and Tim Nikias v2.0
>
> --------------( oo )--------------

> Architecture CAAO
> http://ps.dgtic.umontreal.ca:2050/data/p0034/site
>
>
>
>
>


Post a reply to this message

From: Greg Edwards
Subject: Re: --( Cellular Automata )--
Date: 27 Mar 2003 15:32:19
Message: <162i8oer2pj99.ewh2djnexjb1$.dlg@40tude.net>


> 
> --------------( oo )--------------
> 
> Here's a some experiment with the Cellular Automata. I made a 3D grid
> instead of usually a 2D grid. The rules are more complex when It is in
> Multidimentional Environnement. If you have links to some works on 3D
> cellular Automatas rules, your suggestions will be appreciated. I'm planning
> adding memory to the cells and make simulations more like ants models.
> 
> Thanks to ABX and Tim Nikias v2.0
> 
> --------------( oo )--------------

> Architecture CAAO
> http://ps.dgtic.umontreal.ca:2050/data/p0034/site

That's really awesome! An idea would be to use blob components for each of 
the cells. :-)

-- 
light_source#macro G(E)sphere{z+E*y*5e-3.04rotate-z*E*6pigment{rgbt#end{
20*y-10#local n=162;1}#while(n)#local n=n-.3;G(n)x}}G(-n).7}}#end//GregE


Post a reply to this message

From: Florian Brucker
Subject: Re: --( Cellular Automata )--
Date: 28 Mar 2003 07:11:38
Message: <3e843bfa$1@news.povray.org>
hey folks

i did something similar a while ago when i was preparing a presentation
about cellular automatas for school.

i'll post the animation to p.b.a.

those automatas are really interesting. i even found a whole turing machine
built only with these rules. there is a own science just about rule sets and
stuff...

greetings:florian


Post a reply to this message

From:
Subject: Re: --( Cellular Automata )--
Date: 28 Mar 2003 13:15:41
Message: <3e84914d@news.povray.org>
--------------( oo )--------------

The turing test in this case is a great question. Does it look intelligent?

--------------( oo )--------------

Architecture CAAO Website[UDM


news:3e821111@news.povray.org...
>
> --------------( oo )--------------
>
> Here's a some experiment with the Cellular Automata. I made a 3D grid
> instead of usually a 2D grid. The rules are more complex when It is in
> Multidimentional Environnement. If you have links to some works on 3D
> cellular Automatas rules, your suggestions will be appreciated. I'm
planning
> adding memory to the cells and make simulations more like ants models.
>
> Thanks to ABX and Tim Nikias v2.0
>
> --------------( oo )--------------

> Architecture CAAO
> http://ps.dgtic.umontreal.ca:2050/data/p0034/site
>
>
>
>
>


Post a reply to this message


Attachments:
Download 'GooPov18b-BLOB000.jpg' (29 KB)

Preview of image 'GooPov18b-BLOB000.jpg'
GooPov18b-BLOB000.jpg


 

From: Ken
Subject: Re: --( Cellular Automata )--
Date: 29 Mar 2003 20:43:27
Message: <3E864CBE.B7CE1A8E@pacbell.net>


> If you have links to some works on 3D  cellular Automatas rules, your suggestions
> will be appreciated.

http://www.innerx.net/personal/tsmith/ficw.html

-- 
Ken Tyler


Post a reply to this message

From: Greg Edwards
Subject: Re: --( Cellular Automata )--
Date: 30 Mar 2003 19:39:12
Message: <cymrwf57ny6a.1pbcdd6yfpcvp$.dlg@40tude.net>
On Sat, 29 Mar 2003 17:47:42 -0800, Ken wrote:

> 
> 

> 
>> If you have links to some works on 3D  cellular Automatas rules, your suggestions
>> will be appreciated.
> 
> http://www.innerx.net/personal/tsmith/ficw.html

Brain... going... to... ... EXPLODE!!!

-- 
light_source#macro G(E)sphere{z+E*y*5e-3.04rotate-z*E*6pigment{rgbt#end{
20*y-10#local n=162;1}#while(n)#local n=n-.3;G(n)x}}G(-n).7}}#end//GregE


Post a reply to this message

From:
Subject: --( v2)--( Cellular Automata )--(3/4)--
Date: 31 Mar 2003 17:32:52
Message: <3e88c214@news.povray.org>
--------------( oo )--------------

Here's new Simulations. Yellow cells are alone and red cells are the core. I
have made .AVI, I'll post that soon. Old cells going Blue, New cells from
white and Dying cells turning black.

povray.binaries.animations


--------------( oo )--------------

Architecture CAAO

>
> --------------( oo )--------------
>
> Here's a some experiment with the Cellular Automata. I made a 3D grid
> instead of usually a 2D grid. The rules are more complex when It is in
> Multidimentional Environnement. If you have links to some works on 3D
> cellular Automatas rules, your suggestions will be appreciated. I'm
planning
> adding memory to the cells and make simulations more like ants models.
>
> Thanks to ABX and Tim Nikias v2.0
>
> --------------( oo )--------------

> Architecture CAAO
> http://ps.dgtic.umontreal.ca:2050/data/p0034/site
>
>
>
>
>


Post a reply to this message


Attachments:
Download 'GooPov21b-SIMULATION-30x048.jpg' (69 KB)

Preview of image 'GooPov21b-SIMULATION-30x048.jpg'
GooPov21b-SIMULATION-30x048.jpg


 

Goto Latest 10 Messages Next 7 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.