Java to houdini vex,Generative Design

   4163   2   2
User Avatar
Member
13 posts
Joined: Oct. 2015
Offline
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!
User Avatar
Member
483 posts
Joined: Dec. 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]

Did there some website have java to vex translate
I don't think so. And if I'm right, you're looking for a “vex” to “processing” translation.

Attachments:
Noise_and_TWO_PI.hip (89.2 KB)

English is not my native language, sorry in advance for any misunderstanding :-)
User Avatar
Member
94 posts
Joined: Dec. 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
If you can't script/program it, it's no good at all !
  • Quick Links