» Instance Noodles
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Instance Noodles

pack
Credits: Super thanks to Vux, for making DX11 pipeline freely available for VVVV.

about

Alpha 0.4 Tsukemen

Instance Noodles is a modular patching system for Compute & Geometry shaders in DX11/vvvv. Inspired by the fast & pleasant workflow in stock vvvv this lib aims to bring the same visual flow programming approach to GPGPU calculations & procedural geometry manipulation.

In 0.4 there are some new nodes, eg Subdivision (DX11.GeomFX), compute Zips, a nice LineBuffered(DX11.Layer) module (courtesy of Dávid “Microdee” Morass) and some general improvements such as adding a (hidden) thread group size pin and modernizing the default group size to 128 on all compute nodes. +Quite a few other bits & bobs I’m too lazy to list. Note that the pack now depends on ‘happy.fxh’ to be next to it in /packs in order to work.

Requires

  •vvvv >= 35.7 + Addon Pack
  
  •DX11 pack >= 1.1
  
  •https://github.com/everyoneishappy/happy.fxh
  
  •a GPU that supports Shader Model 5
  

To install everything via VPM: https://vvvvpm.github.io/#InstanceNoodles
To install manually just place in /packs folder.
For more frequent updates, bug fixes and issue reporting: https://github.com/everyoneishappy/InstanceNoodles

Substantial amounts of code borrowed from Vux, UNC, Microdee et al. If there is something that should be credited that's not just let me know.

MIT License- feel free to use in your creative & commercial projects. If used in production a credit is very appreciated:

Kyle McLean /http://everyoneishappy.com

I’m also very happy if you are doing something interesting and want to employ me on a project basis.

download

InstanceNoodles.zip
30.09.20 [03:14 UTC] by everyoneishappy | 1699 downloads
Node20 Update
Show 7 older revisions

Older Revisions

InstanceNoodles.zip
17.06.19 [09:11 UTC] by everyoneishappy | 1256 downloads
noodlesAlpha0.6 50beta38.1
InstanceNoodles.zip
29.06.18 [12:48 UTC] by everyoneishappy | 1494 downloads
Alpha 0.5
InstanceNoodles.zip
03.01.18 [07:53 UTC] by everyoneishappy | 1167 downloads
Alpha 0.4 "Tsukemen"
InstanceNoodles.zip
23.07.16 [07:21 UTC] by everyoneishappy | 2481 downloads
Alpha 0.3 "Tonkotsu"
InstanceNoodles Alpha 0.2.1.zip
01.12.15 [02:20 UTC] by everyoneishappy | 1037 downloads
Alpha 0.2.1 fix for deformer nodes not working on some machines
InstanceNoodles_Alpha0.2.zip
01.11.15 [04:14 UTC] by everyoneishappy | 674 downloads
Alpha 0.2
InstanceNoodles.zip
07.09.15 [08:19 UTC] by everyoneishappy | 1097 downloads
Alpha 0.1

lecloneur 07/09/2015 - 08:33

yeah super contrib !

sebescudie 07/09/2015 - 10:34

seems that you can learn a lot from that contrib :)
thanks !

velcrome 07/09/2015 - 11:54

very impressive!

Noir 07/09/2015 - 12:30

>>>Awesome
Thanks for sharing

catweasel 07/09/2015 - 13:15

Great stuff! I shall look forward to diving in...

everyoneishappy 07/09/2015 - 14:10

Thanks chaps, hope it's useful

Gareth.Griffiths 07/09/2015 - 19:03

Nice duuuude!

SuperflysiNZ 07/09/2015 - 22:44

Great work!

m4d 08/09/2015 - 01:51

whaaa..?

(head explodes)

matka 08/09/2015 - 12:12

Thanks Kyle, massive work! Seems like Instanced_Transform(GSFX) is not included.

everyoneishappy 08/09/2015 - 15:56

Ahh that is from an earlier prototype. You can maybe try to replace it with TransformBuffered (DX11.GeomFX). Which patch was it in still?

matka 08/09/2015 - 16:48

GetSlice (Transform Buffer) help

ddf 10/09/2015 - 09:07

Very comprehensible. Very clear girlpower. Thank you.

Abduct 10/09/2015 - 17:46

Thanks Bro!

microdee 13/09/2015 - 02:02

amazing and inspiring stuff! Several geomfx's were missing from couple of modules like PassThrough. It was simply not there not even a red node. That could have been fixed if geomfx's were put into *pack*/geomfx instead of next to the modules, well this applies to fx's as well (*pack*/dx11).

graphicuserinterface 13/09/2015 - 19:48

MASSIVVVVE

everyoneishappy 15/09/2015 - 08:48

@microdee haven't been able to replicate, you wouldn't happen to have gsfx files of the same name already elsewhere would you? And you are right of course about proper pack structure, I did it a bit different as I don't want all of these fx files coming up in my nodelist when they are mostly just meant for use in their companion module. Only checked the one you mentioned though.

Desaxismundi 19/09/2015 - 17:15

MEGA!

circuitb 20/09/2015 - 11:55

wonderful contrib!!!

just a note:
if you disconnect the Geometry from DisplacmentMapping (DX11.GeomFX).v4p
it crash...just add an AvoidNil (spreads) before the Max Elements pin

everyoneishappy 21/09/2015 - 04:21

@circuitb thanks for the tip. I'd been using a max node to prevent a 0 being sent, but a nil would indeed pass through that. I don't get it here, but it might be a card behavior difference. Do you have that same behavior with all of the DX11.GeomFX in this pack? will put the fix in all of them if so.

elektromeier 21/09/2015 - 07:47

Hmmm, how to use the framedelay nodes? i figures out that the delay incomming data by one frame but they are not framedelays in a traditional vvvv way and dont allow to patch loops.

everyoneishappy 21/09/2015 - 09:30

@elektromeier afaik it's not possible to make that kind of patched feedback loop with compute shaders in vvvv. You might check this with Vux though. The nodes are just there to provide last frame's data, which is still useful for many algorithms.

circuitb 21/09/2015 - 13:35

@everyoneishappy

for me the crash also occur on my laptop...
so gtx780ti or gtx970m

the bug occur when you don't have a Geometry input feeding this chain

1/ IID (instancer module)
2/ Gsfx without IID output like the VertexNoise (DX11.GeomFX) or DisplacmentMapping (DX11.GeomFX)
3/a final Gsfx pass with IID input like TriFrame or PipeWire

please see patch and report
https://www.dropbox.com/s/tco0vrucnhel2fz/IIDcrash.v4p?dl=0

thanks

everyoneishappy 22/09/2015 - 10:56

@circuitb great, will fix for next version, cheers :)

StiX 26/09/2015 - 18:47

thanks for the contrib!

splinebuffer spline count works only up to number 4, is that intended?
how do i use buffer for a radius then?
also any advices how to make a gradient run throu spline? havent figured that one out yet :3

everyoneishappy 27/09/2015 - 03:43

@stix

  • Spline count works here, did you try with the help patch? Be sure to take loop off if you are not making loop paths.
  • The radius buffer is lets you set thickness per spline. May add a per segment mode later as well.
  • Do you mean to texture with gradient or? in that case just use gradient (dx11.texturefx)
circuitb 27/09/2015 - 16:19

+ 1 for a per segment radius :)

StiX 27/09/2015 - 23:32

yap thanks, everything works my bad :3

everyoneishappy 28/09/2015 - 06:05

@stix, circuitb
radius per buffer done & will be in next version.

dannielmach 28/09/2015 - 11:47

amazing...:)

StiX 28/09/2015 - 12:18

cool :3

matka 29/09/2015 - 13:11

Is there a possibility to get rid of diagonals in PipeFrame (DX11.GeomFX)?

everyoneishappy 30/09/2015 - 03:19

@matka I think you would have to do that in HLSL in the GS section of the shader in that module. Basically you'd need to compare the sides of each triangle and not emit geometry for the longest. You would probably also have to change the IID output as it may be variable then (eg equilateral triangles)

matka 30/09/2015 - 10:39

thanks, i'll try to do my best

everyoneishappy 12/10/2015 - 12:23
matka said
Is there a possibility to get rid of diagonals in PipeFrame (DX11.GeomFX)?

Added extra technique to it for next version. Can't really add diagonal suppression as it's own module, as all of these expect and return triangles atm.

matka 12/10/2015 - 15:36

legend!

mocomatics 27/10/2015 - 18:47

wow!

everyoneishappy 01/11/2015 - 05:21

Alpha 0.2 Stuffs

New Nodes

Geometry

  • Kinect2Face (DX11.Geometry)module wrapping HDFace
  • Writer (DX11.Geometry OBJ) obj writer with instance ID to mesh subset support
  • Merge (DX11.GeomFX)flatten cpu transforms to a single mesh, or multiple instance batches to a single one
  • PN_Tesselator (DX11.GeomFX)smooth tessellation

+some nice deformers, thanks to UNC for smooth normals trick.

  • Deformer (DX11.GeomFX)
  • SurfaceDistortions (DX11.GeomFX)
  • Wobble (DX11.GeomFX)

Compute

  • Transpose (Transform Buffer)
  • SwapDim (2D Buffer)
  • SwapDim (3D Buffer)

Layer

  • GouraudDirectionalBuffered (DX11.Layer)

____

Changed /fixed Nodes

  • IID (DX11.GeomFX) fixed nasty crashing bug on changing to nil geom. Now reverts to a box now when there is no geometry to instance.
  • SplineBuffered (DX11.Geometry) now supports radius per control point as well as per spline
  • Removed uv passthrough in UV_Coords (DX11.GeomFX) to allow geometry with no uv. Did some fixes to uv modes and moved them to modules\Common\UV.fxh Added UV mode options to control maps for Triframe, CutTriangle & Extrude.
  • BuildTextureArray (DX11.TextureFX) fixed reverse ordering of textures bug
  • Cross (3D Buffer) fixed disconnected link
Noir 01/11/2015 - 23:11

cool update
thanks man

Venkman 02/11/2015 - 12:50

just replaced alpha_0.1 with alpha_0.2 and nothing works anymore :(
I'm on win8.1 x64, GeForce 980m

AKa-visuals 02/11/2015 - 22:39

Latest geomfx that use the smooth normals formula don't works correctly for me. Anyone tested this?
At the moment rest of the pack works good.

everyoneishappy 03/11/2015 - 01:01

@Venkman I guess you should do a clean install of the pack

@aka is there something missing or red nodes? Or do you mean behavior is incorrect/unexpected?

everyoneishappy 03/11/2015 - 01:32

just checked with Catweasel- Deformer (DX11.GeomFX) & SurfaceDistortions (DX11.GeomFX) seem to be fine. Wobble (DX11.GeomFX) had a broken reference to the gsfx file inside though. Will fix for next version.

You can replace the v4p file with this one if you want, should work then: https://www.dropbox.com/s/a72w5wca6qtpt36/Wobble%20%28DX11.GeomFX%29.v4p?dl=0

SuperflysiNZ 03/11/2015 - 12:47

Having a bit of trouble with the Queue (Value Buffer) Help patch, after switching to my sound input, the non Value Buffer side works fine (bottom Preview), but the top is black. No red nodes, but just doesn't seem to be passing anything on.

AKa-visuals 03/11/2015 - 23:17

@everyoneishappy No red nodes,,, everything works except this behaviour in Deformer (DX11.GeomFX) & SurfaceDistortions (DX11.GeomFX), wobble didnt try,, think could be because of the graphic card. will test in other computer.

everyoneishappy 04/11/2015 - 13:14

woah 0-O

That's kind of cool... but obviously not right. Let me know how you go on your other card. Funny it worked for us- are you on Nvidia or AMD?

AKa-visuals 04/11/2015 - 13:57

Yeah at last I have a superglitch genomfx jejeje. I getting nice stills. Actually tested on an nvidia card in laptop.Thanks for the reply will try amd to check .

sinus 04/11/2015 - 14:57

thx for the great update! everythingsfine with beta 34.2 64 bit under win 7.

dd

newemka 05/11/2015 - 10:37

I have superglitch geomfx like Aka-visuals, on win7 geforce GTX 560m.

everyoneishappy 05/11/2015 - 11:43

hmmm, hard to fix without seeing it. From looking at it it seems like the streamout might be offset or misaligned.

Same with this one?
https://www.dropbox.com/sh/joybct4jhveoeio/AABFs6h3d8d0z_lvpxaan5dna?dl=0

AKa-visuals 05/11/2015 - 14:50

@everyoneishappy This one works,,,at last. whats the thing ??
can you upload same version of the other geomfx?
thanks man !

everyoneishappy 05/11/2015 - 15:26

Just a couple small changes in the hlsl- 'technique10' to 'technique11' and 'SV_Position' to 'Position'. I'm guessing it was the latter.

AKa-visuals 05/11/2015 - 23:18

just figure out this changes...try to fix it,,,thanks!

catweasel 06/11/2015 - 13:02

Nice Glitch :D

io 25/11/2015 - 13:07

Hi
SplineBuffered does not work with latest 34.2 64bit.
S.

io 25/11/2015 - 17:06

Sorry it does work on 64bit but in my patch (both 32 and 64) I have to reselect it to make it work.

It seems like that the Control Points Per Spline is not spreadable, is that possible?

And, how to make it draw sharp edges on control points? The only way I ve found is to add a vertex before and after and very close to each incoming vertex but that is not optimal of course.

tx
Simone

everyoneishappy 26/11/2015 - 14:54

@io are you feeding it an empty buffer at the start?
You can't use control point binsizing with that shader, you can make it but probably better off as a separate version. If you have a look in the 'compute sources' girlpower you'll find one way of doing it (you'll still need to modify the hlsl quite a bit though).

io 26/11/2015 - 15:21

Ok what about the sharp edges?

motzi 30/11/2015 - 21:49

just for reference that might help others:

i've had issues installing the pack. many of the patches did not work - either the gsfx files were not loaded or the renderer did not output anything for whatever reason (even though the fx files did load fine, no red nodes).

i could get the whole thing running though after renaming the packs folder from "InstanceNoodles Alpha 0.2.1" just to "InstanceNoodles".

everyoneishappy 01/12/2015 - 03:23

@motzi sorry about that- my bad. Should be right now- was just the 0.2.1 'fix' that had that problem I think.

microdee 20/12/2015 - 07:15

The vveekend vvorkshop about this pack: https://youtu.be/NF3m_hSAj2g

guest 17/02/2016 - 16:39

a zip node for value buffers would be nice!

letoast 18/04/2016 - 05:16

+1 Indeed! Or is there another way of combining buffers like zip does?

everyoneishappy 23/07/2016 - 07:28

I had a look at adding zip/unzip nodes, seems like a good idea. I think this should be via plugin though & to be honest I had a lot of trouble to get started with DX11 plugins. If anyone can help me get sorted with some VS solution files to start with I'd be happy to take a crack at writing some though.

everyoneishappy 23/07/2016 - 08:05

Just uploaded version 0.3- details here: instance-noodles-update-alpha-0.3-tonkotsu

Noir 28/07/2016 - 17:49

Thanks for the update man
super useful stuff

everyoneishappy 25/08/2016 - 02:38

Here is a zip (3D buffer) node if anyone want to test it. It only has two inputs but they should be bin sizable.

https://www.dropbox.com/sh/7qbv73gyys4d9hf/AAC15B3apJVXeBm6lPM7xy5ga?dl=1

kimiki 01/09/2016 - 14:14

Hej everyoneishappy, inside the Zip (3D Buffer) that ValueBuildZipIndices Plugin is missing.

everyoneishappy 03/09/2016 - 03:42

@kimiki oops sorry here is the plugin too. Will probably use it for making similar zip nodes for all the other buffer types, unless someone has a suggestion for a better way.

https://www.dropbox.com/sh/yt1edlcx1bdbv0i/AAAZWQ8H-xN3VwlJathRR-m_a?dl=0

moco 28/11/2016 - 17:21

The Extrude (DX11,GeomFX).gsfx was looking for a
uvMode.Get(inpui].pos, norm, input[i.TexCd))/3;

Should be Map() now, I guess ...

elliotwoods 30/11/2016 - 13:45

this looks amazing. can't wait to spend some time learning with this.

everyoneishappy 07/12/2016 - 06:22

Cheers Elliot! Feel free to hit me up on skype if you have questions or something is funky...

@moco, thanks I think that and a couple other shaders using the old uv interface are already fixed for next version.

guest 20/05/2017 - 17:00

Fantastic Pack!
Some module show red nodes/broken links in subpatches (e.g. extrude). Any ideas?

Btw, what is "Kinect2GS" exactly doing? Tried feeding it with the Kinect2 world and RGB texture, but nothing happens.

everyoneishappy 22/05/2017 - 15:14

@guest that should be fixed in next release. What other modules are you talking about? Kinect2GS is pretty much what you think it is I guess- get a mesh from your kinect2 textures. Note there is a bug in current DX11 (also fixed for next release) that prevents gsfx from loading properly- in the mean time you might try reloading the patch after hooking it up.

panki 26/07/2017 - 19:25

Hello everybody.

Every time I try to open the "02_DX11.GeomFX_Instancing.v4p" example on to the girlpower folder, my laptop stops working and then I need to force a restart by pressing the start button.

The other patches in the same folder are running ok.

I wonder if I am the only one having this issue, or if it´s just that my laptop is not capable to run it.

the laptop is a 2012 macbook pro, 4 GB Ram and solid disk with native windows 10 (I know is not the best option but it is what I have.)

Any suggestion would be helpful.

Thanks in advantage.

guest 26/07/2017 - 23:30

@panki does you Macbook have a discrete graphics card?

Noodles heavily leverages DirectX 11 and your GPU for performance so I hope tis nothing to do with Macbook Pros and their motherboards.

I had a similar issue instancing with an Intel internal gpu machine. It just didn't like instancing. Check if the DX11 girlpower for instancing works okay too.

panki 28/07/2017 - 18:28

Hi! and yes definitelly my MB have a very discreet graphics card.

the DX11 girlpower geometry instancing overview works pretty good.

Thanks anyway.

seltzdesign 21/09/2017 - 14:11

Did you ever code the WireframeNoDiag Effect? Looking at the source code of WireFrame(DX11.Effect), I can see that the Wireframe and WireframeNoDiag method have exactly the same code.

Would really love to use Wireframe with no diagonals.

tmp 22/09/2017 - 16:33

I edited the code a bit some time ago, but only works with box geometry:
https://pastebin.com/SaNGmHre

everyoneishappy 03/01/2018 - 18:16

added some updates & house keeping, details just in the top description.

guest 09/02/2018 - 02:07

hello noodlers!

trying to make a simple tunnel/spiral with the splineBuffered module
but can't find a way to eliminate the mesh twisting
is there a trick to avoid that or is it by design in the gsfx?

thanks
https://www.dropbox.com/s/bblsp0watv4pjm5/Spiral_SplineBuffered_twistbug%20%28DX11.Geometry%29%20help.v4p?dl=0

everyoneishappy 17/02/2018 - 03:19

@guest I didn't check your patch, but it's a known issue. It's basically because it's using a single up-vector, so that can cause the resulting transform to flip in some cases.

I heard (maybe from @Pedro?) that you can detect and correct for this. Not sure of the matrix math for that though. Happy to implement it if someone knows how that should work.

guest 18/02/2018 - 12:36

thanks for your reply,
i guess it's something like the "banking" parameter in c4d
will try to find more info on the subject and keep you posted!

miik 18/02/2018 - 15:18

hey guest, had the same problem a week ago.. just change the y and z input.

nilsfrid 20/02/2018 - 15:06

Thank you! I love this contribution. Makes complex shading accessible for not so code-savvy users like me :-)

everyoneishappy 21/02/2018 - 07:38

@nilsfrid glad you like it :)

@miik @guest indeed you can sometimes avoid the issue by changing the up vector, but there will still be angles that will cause the issue, you're just shifting where that occurs really (which is often enough to get by)

Alexey 11/03/2018 - 23:05

Everything is great, as always. But in the last update it looks like ColorBuffer does not exist for the LineBuffered module. There is a pin for a subpatch, but inside it is flying in the air and in the shader there is no information about that.

everyoneishappy 12/03/2018 - 00:15

@Alexey please see here:
https://discourse.vvvv.org/t/linebuffered-with-colorbuffer/16153/4

TLDR: it's on github.

Alexey 12/03/2018 - 10:28

@everyoneishappy Sorry, I have not seen this before. Thanx a lot!

u7angel 17/05/2018 - 18:35

first time i really checked out your pack and i must say its freaking awesome.
all those brilliant help patches are artwork.

thank you for sharing

everyoneishappy 21/05/2018 - 10:13

Hey cool, thanks Chris!

everyoneishappy 29/06/2018 - 12:50
  • Added MeshToSDF converter, courtesy UNC
  • Added Vertex Attriubte Baker
  • added Edges(DX11.Geometry)
  • AddedTriangleEdges(Transform Buffer)
  • Added Color Buffer to LineBuffered
  • Added texure array input to spritesBuffered
  • Added Simple Operation (4D Buffer)
  • Bugfixes

Make sure to also update happy.fxh (or use VPM for install)

ddf 29/06/2018 - 15:41

Thank you I love it @everyoneishappy
I noticed that very often LinearSpread needs to be removed the first time and then ctr-z to let it work properly. Is this my gpu paranoia? or anything else? thanks

everyoneishappy 30/06/2018 - 14:21

@ddf Can you make a simple example patch that shows the problem? I guess it might be something to do with the binsizing logic, that happens before the actual spreading and should usually be triggered on open, on binsize pin change etc

ddf 02/07/2018 - 08:55

@everyoneishappy

First time I place LinearSpread nodes.
After reloading the patch or deleting nodes and undo
everyoneishappy 02/07/2018 - 10:09

@ddf those are images, not patches ;)

I think you'll probably find that setting or changing the spreadcount will have the same effect. At a guess I'd say that you might be setting the spreadcount before hooking them up to anything downstream, and maybe it's somehow not calculating binsizes internally since it's not needed at that point.

ddf 02/07/2018 - 11:49

in this way it works, thanks @everyoneishappy

io 10/07/2018 - 00:49

Is it possible to get a displacement on the Displacement Mapping node that will move vertices along 1 axis in both directions? For example feeding a red/green vector texture, or using a texture as Strength?
tx
S.

everyoneishappy 10/07/2018 - 11:03

@io not sure if I get what you mean? Did you see RGB mode? If that's not what you are after maybe make a forum thread?

ZvivZ 09/09/2018 - 00:32

Can you give an example for Kinect2GS? I can't seem to understand how to get anything out of it. Thanks

everyoneishappy 26/09/2018 - 14:35

@ZvivZ you need to feed it both a world and a normals texture. You need to convert the world texture to normals with a pixel shader. I think the shader for the normals is not included. I'll try to update it with a help patch + shader soon

pankao 18/12/2018 - 23:12

Hey there! Firstly, thanks for this great contrib! I have just started digging into it and its very powerful indeed, so it makes me happy as well;)

As I am rather a beginner regarding shaders and particulary instancing (actually i am learning that on the fly from this pack), I am struggling a bit in one particular point:

I am basically trying to build instanced tentacle meshes using SplineBuffered, simillar to the Feedback (Transform Buffer) example / help patch, but build out of actual meshes instead of separate primitive instances.
I have already acheived this successfully, also implemented separate structured buffer for individual spline's up-vectors, but what I am struggling with is the "gsTubeSQ" technique (or rather its respective method) of the geom shader - I am just not able to extend that to use the same radial tube resolution as the standard "gsTube" technique / method. In the original geom shader's gsTubeSQ method the radial resolution ("TUBE_RES_SQ") has a hardcoded value of 4 for a reason, so I linked the it to the standard "TUBE_RES" variable, which works except it just doesn't draw all the splines in their whole - some are just unfinished. Obviously it has to do with themaxvertexcount parameter of the method. I have tested that if I set the whole spline resolution or controls point count to very low values, all splines get drawn completely even with higher tube resolution values.
It seems that the standard gsTube method deals with the vertices count in different way but I just can't wrap my head around it.

Any suggestions pls?

idyll 01/01/2019 - 11:29

hi, reinstalled vvvv and the package with latest versions and checked other dependencies. renderer does not Show anything beside background in patches like spherical spread (3d buffer) help , sprite buffered etc even though there is no red boxes. also tried modifying spread counts or deleting and readding them as written above, but that didn't work neither. could you suggest any solution so that i can view the outcomes on the renderer?

everyoneishappy 09/01/2019 - 08:05

@pankao seems to be sorted here: https://discourse.vvvv.org/t/splinebuffered-suqared-technique/17038

@idyll does dx11 work for you in general ? and what about compute shaders (can check dx11 girlpower folder for both)

idyll 25/01/2019 - 12:21

hi @everyoneishappy, thanks for reply. I solved the issue afterwards, it was about the default settings of vvvv about gpu. Making default setting 'high performance NVIDIA..' fixed it.

martontokes 15/02/2019 - 11:21

hey guys, anyone having red nodes on SplineBuffered, Vector3DSplit, Verlet on newest x64 release? Seems im having trouble. Could you state which is the last confirmed working build? Thank you!

everyoneishappy 27/02/2019 - 07:13

@martontokes do you have happy.fxh also installed in /packs?

martontokes 27/02/2019 - 07:56

@everyoneishappy had to reinstall, now works like charm, thank you!

everyoneishappy 30/09/2020 - 03:16

Updated along with Happy.fxh and Fieldtrip for NODE

anonymous user login

Shoutbox

~2d ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~2d ago

domj: If you happen to be in Prague, come join us at the Schema workshop on Thursday 25.4. :) https://www.facebook.com/events/395516526614988/?ti=ls

~14d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/