@@ -203,6 +203,34 @@ the five 8bit Duels characters.
203
203
[ bevy_ui ] : https://lib.rs/bevy_ui
204
204
[ belly ] : https://github.com/jkb0o/belly
205
205
206
+ ### [ Ant Colony Simulation] [ antsim ]
207
+
208
+ ![ TODO: better desc] ( bevy-ants-simulation.png )
209
+
210
+ [ Ant Colony Simulation] [ antsim ] depicts an ant colony where the ants
211
+ have a simple task: to find food and bring it back to the colony.
212
+ To achieve this goal, they use signals called pheromones.
213
+ These pheromone signals guide the ants to the food source and back to their colony.
214
+
215
+ [ @BonesaiDev ] [ bonesai-yt ] released a couple of videos about the project:
216
+
217
+ - [ An overall explanation] [ antsim-vid-expl ] of how it works.
218
+ - [ A timelapse] [ antsim-vid-timelapse ] of ant colony at 5x speed.
219
+ - [ 2D Bloom showcase timelapse] [ antsim-vid-timelapse-bloom ] with 1k ants.
220
+
221
+ The project is written using Bevy.
222
+ You can find the source code [ on GitHub] [ antsim ] .
223
+
224
+ Follow [ @BonesaiDev on Twitter] [ bonesai-twi ] or on [ YouTube] [ bonesai-yt ]
225
+ to receive future updates about this and their other AI simulation projects.
226
+
227
+ [ antsim ] : https://github.com/bones-ai/rust-ants-colony-simulation
228
+ [ antsim-vid-expl ] : https://youtu.be/98pUSZAM_7M
229
+ [ antsim-vid-timelapse ] : https://youtu.be/5xdfTJBMnwI
230
+ [ antsim-vid-timelapse-bloom ] : https://youtu.be/Z4IRY_LKtt8
231
+ [ bonesai-twi ] : https://twitter.com/BonesaiDev
232
+ [ bonesai-yt ] : https://youtube.com/@bonesai-dev
233
+
206
234
## Engine Updates
207
235
208
236
### [ Bevy v0.11] [ bevy_news ]
0 commit comments