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

Gea.NaiveGPU

pack
Credits: vux (dx11 pack), everyoneishappy (Happy.fxh pack), Microdee and Tmp (MultiBufferRenderer node in dx11.Particles pack)

about

VVVV.Gea.NaiveGPU

Naive physics simulation on GPU.
Rope and Cloth physics based on a simple Springs algorithm, verlet integration based.
An Euler GPU particles system can be managed within the same architecture
Particles, ropes and clothes can be created and managed separately.
Each entity of the system is called "group" (due to the fact that is a group of threads on the unique GPU buffer that holds all the data) (I know, I would call it differently now, but...).
You can apply forces, constraints and deformers to individual groups or to all of them together.

Disclaim

This is a software prototype born one year ago, built in crazy hurry for a project and full of compromizes and probably unfinished parts.
On one end I feel bit unconfortable in releasing it since nowadays I would sctructure it quite differently. It looks so imperfect to me...
..but on the other ends it contains some principles that might be interesting for other users. This is why i decided to publish it, in it's unperfect state, just adding some comments to the patches hoping it gets a bit more understandable. you can always ask me on the forum...
Ah, I didn't have really time to prepare nice help patches or multiple example scenarios. I just have one example patch in which you see most of the stuff at work...

Required packs

  • dx11
  • dx11.Particles
  • Happy.fxh

Repository

If you would like to contribute to the development of the pack (adding help patches, modules,...) you can find it here:https://github.com/vvvv-dottore/VVVV.Gea.NaiveGPU

Ciao

N

download

VVVV.Gea_.NaiveGPU.zip
21.01.19 [14:44 UTC] by dottore | 1277 downloads
Initial upload

Noir 21/01/2019 - 16:17

Gea

isdzaurov 21/01/2019 - 21:35

OMG!!! Very cool, thank u for that!

synth 22/01/2019 - 13:38

EPIC!

guest 22/01/2019 - 17:09

wow

colorsound 23/01/2019 - 21:53

amazing ¡¡¡

andresc4 27/01/2019 - 02:02

WOW! Amazing!!!

tobyk 18/02/2019 - 16:33

badass

StiX 25/02/2019 - 01:45

Awesome contrib, alredy put it to use in one artwork!
I have a question thou,
would it be possible to construct double sided geometry?
Was trying few things but with no luck so far.

dottore 25/03/2019 - 11:13

Stix
do you mean having a nice shading on both sides of the cloth?
that's not related to the simulation itself, it's the PS of the shader render the cloth that has to deal with that, flipping the normals when the triangle is facing opposite the view.

eps 28/03/2019 - 01:41

Stix
like this?

 struct PS_IN {
   bool front : SV_IsFrontFace;
   ...
 float4 PS(PS_IN In):SV_Target {
   float4 color = In.front ? tex0 : tex1;
maxs 01/06/2020 - 19:27

Awesome contribution!
Is there a way to read back when a collision between an obstacle and a geometry happens?

wisp 02/08/2020 - 21:43

Wonderful!! Thank you for this contribution!
Is it possible to change the obstacles from spheres to a custom 3D model?

dottore 03/08/2020 - 20:26

Hey wisp , happy to know you like it.
unfortunately only sphere obstacles are implemented.

ggml 25/03/2021 - 02:08

where do the obstacles get transformed ?

anonymous user login

Shoutbox

~10h ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~7d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~8d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~21d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~1mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/