We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOpenGL and 3D Libraries › render just like sunflow
Pages: 1 2 3 
render just like sunflow (Read 15784 times)
Re: render just like sunflow
Reply #15 - Jul 10th, 2009, 2:35am
 
superb....thanks...
Re: render just like sunflow
Reply #16 - Jul 22nd, 2009, 8:59am
 
Hi,

I didn't know that there was a new version until now, thank you for pointing that out. I can't understand what to do with the files from the links.
How do go from those files to a p5Sunflow.jar? Sorry about that, I don't really know how compiling and .class, etc works.

Just for informations, is the perspective is still different between OPENGL and P5SUNFLOW render?
Re: render just like sunflow
Reply #17 - Jul 26th, 2009, 2:58am
 
Yeah, as a newbie to Processing (but not programming), I'd really like to use sunflow but could do with a bit of help.

The info at HipstersInc was really clear, even though it returned an error on running. Could really do with that here!
Re: render just like sunflow
Reply #18 - Jul 26th, 2009, 4:45am
 
As far as I know, p5sunflow only worked  until processing 135. It also sometimes trough error message like value out of array  or something, just keep on launching ( play ) your code. Like it's mention on his website, don't use lights or strokes.

I would really love to know how to use those files from the kinks that  mikecreighton put up, please, please, please.
Re: render just like sunflow
Reply #19 - Jul 26th, 2009, 6:40am
 
hi,

I've done some research, found out that those files/folders are a 'eclipse java project'. It's a shame that the 'distribution' folder that is created when building the library isn't included. ( that's where the library should be ).

I downloaded eclipse and tried to do build it myself, I get the [build failed] of course. I guess I will have to wait for either someone who knows how to do it or for the new version of the p5sunflow library to come out.
Cry Cry Cry Cry Cry Cry Cry
Re: render just like sunflow
Reply #20 - Jul 27th, 2009, 6:41am
 
i'm having similar issues.......
Re: render just like sunflow
Reply #21 - Oct 8th, 2009, 2:59pm
 
Has there been any progess?  The download tarball link on github isn't doing anything for me.

UPDATE: I created a github account and forked it, which made the download work.  Then I read the readme.html there, got the p5sunflow source from hipstersinc, set up all the paths (just use workspace/libs and copy your jar's there), compiled the library, referenced it and it IS working.  I'm very excited to output some nice looking stuff!
Cheesy Cool Smiley

Re: render just like sunflow
Reply #22 - Oct 9th, 2009, 1:22pm
 
Compiled for powerpc mac and working on intel mac:

beigerecords.com/joe/java/p5sunflow.zip

Can someone tell me how to clear the P5Sunflow scene between loops so I can make an animation?  It's drawing on top of the previous frame.
Re: render just like sunflow
Reply #23 - Oct 9th, 2009, 2:42pm
 
Now compiled/working on Intel Mac and resetting the shapes array on beginDraw() for animation in the processing loop:

beigerecords.com/joe/java/P5SunflowIntelForAnimation.zip

Enjoy!
Re: render just like sunflow
Reply #24 - Oct 10th, 2009, 10:17am
 
Here are my frames from over last night:

punyblog.com/2009/10/sunflow-output-from-processing.html
Re: render just like sunflow
Reply #25 - Oct 20th, 2009, 6:08pm
 
Any chance that you could post your code...I am working on a project that requires the use of sunflow and I can't seem to get it working. Thanks.
Re: render just like sunflow
Reply #26 - Oct 20th, 2009, 9:45pm
 
there is not much you need to know...

its just 2 lines of code. importint the library and changing size renderer...
its explained here . http://hipstersinc.com/p5sunflow/
Re: render just like sunflow
Reply #27 - Nov 4th, 2009, 12:11am
 
http://www.vimeo.com/7428726

http://www.vimeo.com/7424246

I absolutely love Processing.
Re: render just like sunflow
Reply #28 - Nov 11th, 2009, 3:43am
 
Does anybody knows how to get shaders work with sunflow. As I use P5sunflow in eclipse I can see that there is a PSShader Class but it seems not to get work at the moment. Also a simple
Code:

String s = "shader {name test type phong diff 1 1 1 spec 1 1 1 5}";
sunflow.shader("glass", s);


in the render method of P5Sunflow.java has no impact.
Re: render just like sunflow
Reply #29 - Nov 16th, 2009, 8:05pm
 
I rendered these sketches recently using p5sunflow

-Flower+vase-

www.openprocessing.org/visuals/?visualID=191
http://vimeo.com/7653744

-Face-

www.aetos.it.teithe.gr/~mgiakobi/p5/obj/
http://vimeo.com/7652584


http://www.openprocessing.org/visuals/?visualID=1920
Vid download from --> http://www.mediafire.com/download.php?notzmg4wni2
Pages: 1 2 3