11 lines
626 B
Markdown
Raw Permalink Normal View History

2024-08-31 13:32:04 +02:00
# Ecosystem Simulation
2024-10-06 21:27:39 +02:00
A simple ecosystem simulation fully written from scratch in Dart.
It uses the Flutter rendering engine with low level api calls.
2024-10-19 23:03:19 +02:00
Warning for Windows users: There seems to be a platform specific issue where the performance of the simulation is very slow, but only on Windows. This might be related to the fact, that Windows does not use the new Impeller Rendering engine (this would mean that Linux is also affected by this issue, I did not test Linux). Or it's caused by some bug from Flutter that only affects the Windows platform.
Supported and tested: macOS, iOS & Android.
![](./assets/app.gif)