Particles possible?

If you're having trouble using Context Free or don't understand the language, ask for help here.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
Botox
Posts: 1
Joined: Mon Apr 03, 2006 9:05 am

Particles possible?

Post by Botox »

Hi,

This is my first post and I have only been messing with this program for a week but I think it could create something that I have been trying to achieve on other software that takes ages to render.

Anyway here is what I want to do and maybe someone can tell me if it’s possible.

http://imagesavant.com/

I had a go creating some sort of particle effect although I haven’t learned how to stop it from rendering forever yet and it’s not really detailed enough. Also no real structure it’s more like a random course cloud :( .


Code: Select all

startshape Particle1

background {b -1}


rule Particle1 {
 CIRCLE{}
 Particle1 {y 9.9 size 0.99 rotate 1.8
 brightness 1.85 hue 2 sat 0.2}
}

rule Particle1 0.0569 {
 CIRCLE{}
 Particle1 {y 1.01 x 0.1 r 0.2 r -40 flip 90}
 Particle1 {y 1.02 x 0.1 r 0.2 r -40}
 Particle1 {y 1.03 x 0.1 r 0.2 r -40 flip 40}
}
Image

Any help would be appreciated....

shevegen
Posts: 57
Joined: Wed Jul 06, 2005 5:38 am

Post by shevegen »

That link is dope.
Sadly I cant help you, I am myself still a CFDG noob

creepjoint
Posts: 3
Joined: Fri Nov 18, 2005 1:27 am

Post by creepjoint »

those sort of fractal flames can be done with either choascope of apophysis, which can also render animations

bh2
Posts: 3
Joined: Tue Oct 10, 2006 12:57 am
Location: Oxford, England
Contact:

Post by bh2 »

It looks very nice.

User avatar
lascapi
Posts: 8
Joined: Sun Nov 18, 2007 2:30 pm
Contact:

Post by lascapi »

It's very beautiful pictures :shock:

And, I'm sorry, I don't know if it's possible with contextFree, but I think i'ts dificult.... :roll:
French user of ContextFree

Post Reply