Edit of asset "2D Flocking Demo" Accepted

Old/Current New/Edit
Title 2D Flocking Demo 2D Flocking Demo
Description 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.
Category Demos Demos
License GPLv3 GPLv3
Repository Provider GitHub GitHub
Repository Url https://github.com/meloonics/Flocking https://github.com/meloonics/Flocking
Issues Url https://github.com/meloonics/Flocking/issues https://github.com/meloonics/Flocking/issues
Godot version Godot 3.1 Godot 3.1
Version String 1.0 1.0
Download Commit c8ffe8b81449de8030eec636310fae2991e18de4 c8ffe8b81449de8030eec636310fae2991e18de4
Download Url (Computed) https://github.com/meloonics/Flocking/archive/c8ffe8b81449de8030eec636310fae2991e18de4.zip https://github.com/meloonics/Flocking/archive/c8ffe8b81449de8030eec636310fae2991e18de4.zip
Icon Url https://natureofcode.com/book/imgs/chapter06/ch06_01.png
https://natureofcode.com/book/imgs/chapter06/ch06_01.png
Preview Insert
Type video
Image/Video URL https://www.youtube.com/watch?v=-Qx3mEYB5ss
Thumbnail