I watch houdini workshop about vex wrangle
Then i buy the book Generative Design
I like the noisy movie very much!
But when i want to work that in houdini
There are too many stuff is different
Something I can find like TWO_PI
but something I can't
like noise function noise ( noiseX,noiseY)
void setup
void draw
PVector
Did there some website have java to vex translate
thank you!
Java to houdini vex,Generative Design
4457 2 2- sakurafeng
- Member
- 13 posts
- Joined: 10月 2015
- Offline
- matthias_k
- Member
- 483 posts
- Joined: 12月 2006
- Offline
Is it possible to share a link and add some pictures :-?
Is it this one? http://www.openprocessing.org/sketch/22757 [openprocessing.org]
Is it this one? http://www.openprocessing.org/sketch/22757 [openprocessing.org]
Did there some website have java to vex translateI don't think so. And if I'm right, you're looking for a “vex” to “processing” translation.
English is not my native language, sorry in advance for any misunderstanding :-)
- WhoDjini
- Member
- 94 posts
- Joined: 12月 2008
- Offline
What you could do is, after having implemented what you want in processing, just add a function, that exports every “frame” to an *.obj or *.ply file and then use a file node to read in the geometry. This is only valid if and only if you are not doing some interactive stuff processing is famous/used for.
Modules for that should be available from processing's own plug-in menu, under the 3D section. Don't have it at hand right now, to be more specific.
But there is some effort involved.
BTW: VEX is more of a Domain Specific Language, where processing is more a framework based on JAVA.
HTH
Modules for that should be available from processing's own plug-in menu, under the 3D section. Don't have it at hand right now, to be more specific.
But there is some effort involved.
BTW: VEX is more of a Domain Specific Language, where processing is more a framework based on JAVA.
HTH
If you can't script/program it, it's no good at all !
-
- Quick Links