|
|
Something I found which seems interesting for those of us who also use
Processing, is an exporter...quite interesting really and given Processing
is really just a very limited IDE on top of a class library....options come
to mind...many of them.
Processing export:
www.github.com/monkstone/processing-primitives/
Toxiclibs export:
www.github.com/monkstone/povmesh/
www.martinpblogformasswritingproject.blogspot.com/2012_05_01_archive.html
The Processing one is terribly dated, but work seems ongoing. It looks like
there is a dead link to a "PovExporter" project, and a reference to a
"generativedesign" library....
I am going to contact this person to see what is going on, and what the
plans are. I will post what information I am given.
This my be quite interesting if it is more than simple primitives, and one
of the entries seems to mention mesh generation...PovRay plus Processing
would be powerful indeed if the connection via SDL output is significant
enough, and I don't really need to comment about what can be done with
Toxiclibs...
The thought of being able to use Java to create PovRay scenes is very
attractive...
Ian
Post a reply to this message
|
|
|
|
I haven't heard from the author yet but I did find a link to PovWriter.
Processing 2 is the last supported but the difference between 2 and current
is minor unless you go outside core Java language functionality and use
their funky stuff, which I don't, because then porting the algorithms I
prototype with Processing into C# and C++ would be a pain. ;-)
Typically the only thing I have to do in order to port from 2 to 3 is add a
single method (void settings()) wherein the random seed and size are
specified, so I highly doubt this being 2.0 vs 3.x will make much of a
difference.
Here is the link:
www.java.net/projects/povwriter/downloads
Ian
Post a reply to this message
|
|