update readme and add gif
This commit is contained in:
parent
88bb28b10e
commit
e0be5243b5
@ -1,3 +1,6 @@
|
|||||||
# Ecosystem Simulation
|
# Ecosystem Simulation
|
||||||
|
|
||||||
A simple ecosystem simulation written in Flutter.
|
A simple ecosystem simulation fully written from scratch in Dart.
|
||||||
|
It uses the Flutter rendering engine with low level api calls.
|
||||||
|
|
||||||
|

|
BIN
assets/app.gif
Normal file
BIN
assets/app.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 MiB |
@ -4,14 +4,11 @@ PODS:
|
|||||||
- Flutter
|
- Flutter
|
||||||
- rust_lib_ecosim (0.0.1):
|
- rust_lib_ecosim (0.0.1):
|
||||||
- Flutter
|
- Flutter
|
||||||
- url_launcher_ios (0.0.1):
|
|
||||||
- Flutter
|
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- Flutter (from `Flutter`)
|
- Flutter (from `Flutter`)
|
||||||
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
- integration_test (from `.symlinks/plugins/integration_test/ios`)
|
||||||
- rust_lib_ecosim (from `.symlinks/plugins/rust_lib_ecosim/ios`)
|
- rust_lib_ecosim (from `.symlinks/plugins/rust_lib_ecosim/ios`)
|
||||||
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
|
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
Flutter:
|
Flutter:
|
||||||
@ -20,14 +17,11 @@ EXTERNAL SOURCES:
|
|||||||
:path: ".symlinks/plugins/integration_test/ios"
|
:path: ".symlinks/plugins/integration_test/ios"
|
||||||
rust_lib_ecosim:
|
rust_lib_ecosim:
|
||||||
:path: ".symlinks/plugins/rust_lib_ecosim/ios"
|
:path: ".symlinks/plugins/rust_lib_ecosim/ios"
|
||||||
url_launcher_ios:
|
|
||||||
:path: ".symlinks/plugins/url_launcher_ios/ios"
|
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
|
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
|
||||||
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
|
integration_test: 252f60fa39af5e17c3aa9899d35d908a0721b573
|
||||||
rust_lib_ecosim: 6b07e4c7e148a236de802525682c23f78fbc4f79
|
rust_lib_ecosim: 6b07e4c7e148a236de802525682c23f78fbc4f79
|
||||||
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe
|
|
||||||
|
|
||||||
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
|
PODFILE CHECKSUM: 819463e6a0290f5a72f145ba7cde16e8b6ef0796
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ class SimulationApp extends StatelessWidget {
|
|||||||
card: Colors.black,
|
card: Colors.black,
|
||||||
cardForeground: Colors.white,
|
cardForeground: Colors.white,
|
||||||
popover: Colors.grey,
|
popover: Colors.grey,
|
||||||
popoverForeground: Colors.grey,
|
popoverForeground: Color.fromARGB(255, 101, 54, 54),
|
||||||
primary: Colors.white,
|
primary: Colors.white,
|
||||||
primaryForeground: Colors.black,
|
primaryForeground: Colors.black,
|
||||||
secondary: Colors.yellow,
|
secondary: Colors.yellow,
|
||||||
|
@ -92,7 +92,8 @@ class MainScreen extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
});
|
},
|
||||||
|
);
|
||||||
},
|
},
|
||||||
text: const Text("Benchmark"),
|
text: const Text("Benchmark"),
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user