sebas77 / Svelto.ECS.Examples.Boids

Simple Boids simulation example using Svelto ECS and Unity ECS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Svelto.ECS/Svelto.Tasks Unity Boids Simulation

Attention: this demo is not part of the Svelto.ECS miniexamples and, as such, not mantained. It's OLD

Added Svelto.ECS porting of the original code forked. Unity Jobs have completely replaced by Svelto.Tasks, while UnityECS is being used only to render the boids and the rest managed by Svelto.ECS. Article with more info here:

http://www.sebaslab.com/porting-a-boid-simulation-from-unityecs-to-svelto-ecs/

Download and run:

as usual this repository use submodules. Do not download them recursively. I used Unity 2018.3 to run it.

ScreenShot

Unity Boids Simulation

Environment

  • Unity 2018.3

License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.

About

Simple Boids simulation example using Svelto ECS and Unity ECS.


Languages

Language:C# 97.1%Language:ShaderLab 2.9%