An attempt to create all different physics simulations in blenders Simulation Geonodes.
Go to file
rodolfo da399d3c90 Created GN_2DParticleFluid.blend and GN_ParticleFluid.blend
- GN_2DParticleFluid.blend is a copy of the youtube video I found
- GN_ParticleFluid.blend 3D version of GN_2DParticleFluid.blend that is yet to be completed
2023-06-28 18:33:49 +08:00
.gitignore Modified .gitignore 2023-06-18 19:07:05 +08:00
Demo.blend Add Demo.blend 2023-06-18 18:57:40 +08:00
GN_2DParticleFluid.blend Created GN_2DParticleFluid.blend and GN_ParticleFluid.blend 2023-06-28 18:33:49 +08:00
GN_ElasticCollision.blend Update GN_ElasticCollision.blend 2023-06-18 23:11:18 +08:00
GN_ParticleFluid.blend Created GN_2DParticleFluid.blend and GN_ParticleFluid.blend 2023-06-28 18:33:49 +08:00
LICENSE Initial commit 2023-06-18 08:37:45 +00:00
README.md Update README.md 2023-06-19 09:18:57 +08:00

physics-sims-geonodes

An attempt to create all different physics simulations in blenders Simulation Geonodes.

Requirements:

Blender 3.6.0 Beta or above

Installation:

Step 1: Clone Repository

Step 2: Open whichever Node tree you want in Blender

If you would like to just view the results of the geonodes, you can open the Demo.blend which has all the nodetrees linked to it

Implemented Physics Simulations:

  • Elastic collisions between spherical particles of varying Radius and Mass

To be worked on:

  • Fluid Simulations
  • Smoke Simulation
  • General Soft Body Simulation
  • Snow Simulations