An attempt to create all different physics simulations in blenders Simulation Geonodes.
Go to file
2023-06-30 10:57:39 +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 Updated Shader for particles to include particle velocity 2023-06-30 10:57:39 +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 Updated Implementation documentation 2023-06-30 02:11:34 +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
  • 2D implementation included. However not final.

To be worked on:

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