Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This demo demostrates how different forces act upon a simple vehicle. This can be used to figure out your NPC AI, Particle movement or for education purposes. The project is based on "The Nature of Code" by Daniel Shiffman and I encourage you to read it and support the original author: https://natureofcode.com/Forces implemented in this demo are:*A simple Target-seeking force without pathfinding*group forces like separation, alignment and cohesion, which are important for flocking behaviour*mass-based forces like wind or gravity*a random-movement-force based on Perlin-Noise*friction/velocity-loss over time.Feel free to use the project however you please. I tried to comment the code as much and as unerstandably as possible.
This demo demostrates how different forces act upon a simple vehicle. This can be used to figure out your NPC AI, Particle movement or for education purposes. The project is based on "The Nature of Code" by Daniel Shiffman and I encourage you to read it and support the original author: https://natureofcode.com/
Forces implemented in this demo are:
*A simple Target-seeking force without pathfinding
*group forces like separation, alignment and cohesion, which are important for flocking behaviour
*mass-based forces like wind or gravity
*a random-movement-force based on Perlin-Noise
*friction/velocity-loss over time.
Feel free to use the project however you please. I tried to comment the code as much and as unerstandably as possible.
Reviews
Quick Information
This demo demostrates how different forces act upon a simple vehicle. This can be used to figure out your NPC AI, Particle movement or for education purposes. The project is based on "The Nature of Code" by Daniel Shiffman and I encourage you to read it and support the original author: https://natureofcode.com/Forces implemented in this demo are:*A simple Target-seeking force without pathfinding*group forces like separation, alignment and cohesion, which are important for flocking behaviour*mass-based forces like wind or gravity*a random-movement-force based on Perlin-Noise*friction/velocity-loss over time.Feel free to use the project however you please. I tried to comment the code as much and as unerstandably as possible.