/ECS.Examples.Boids

Simple Boids simulation example. Tests with PureECS, SveltoECS and LeoECS

Primary LanguageC#

ECS.Examples.Boids

Simple Boids simulation example. Used for tests with PureECS, SveltoECS and LeoECS.

Based on


Timing results on android (Google Pixel):

results1

Results

Kinda strange.

  • SveltoECS with IL2CPP does not show boids at all.
  • PureECS shows the same results with mono and IL2CPP (perhaps because of that stupid neighbor detection algorithm)
  • LeoEcs + Jobs shows better results than ecs-threads, but I do not think that it can be used with a more complex structure of components and systems

Environment

  • Unity 2018.3

License

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