An attempt to create all different physics simulations in blenders Simulation Geonodes.
Go to file
Rodolfo Barcelli 4ed222ee6a
Update README.md
Edited installation.
2023-06-19 09:18:57 +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_ElasticCollision.blend Update GN_ElasticCollision.blend 2023-06-18 23:11:18 +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