Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d6ff3c

Browse filesBrowse files
N48: Ant colony sim (rust-gamedev#1431)
1 parent 4a21659 commit 1d6ff3c
Copy full SHA for 1d6ff3c

File tree

2 files changed

+28
-0
lines changed
Filter options

2 files changed

+28
-0
lines changed
350 KB
Loading

‎content/news/048/index.md

Copy file name to clipboardExpand all lines: content/news/048/index.md
+28Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,34 @@ the five 8bit Duels characters.
203203
[bevy_ui]: https://lib.rs/bevy_ui
204204
[belly]: https://github.com/jkb0o/belly
205205

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+
206234
## Engine Updates
207235

208236
### [Bevy v0.11][bevy_news]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.