Skip to content

Commit 57228f8

Browse files
committed
blog: bevy use developer portal location for Bevy app and Youtube for videos.
1 parent 0af44c4 commit 57228f8

File tree

1 file changed

+3
-8
lines changed
  • content/blog/bevy-ecs-on-esp32-with-rust-no-std

1 file changed

+3
-8
lines changed

content/blog/bevy-ecs-on-esp32-with-rust-no-std/index.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on an ESP32 device, using a simulation of [Conway’s Game of Life](https://gith
2121

2222
<div style="display: flex; justify-content: center; margin: 20px 0;">
2323
<iframe
24-
src="https://georgik.github.io/esp32-conways-game-of-life-rs/"
24+
src="https://developer.espressif.com/persist/rust/esp32-conways-game-of-life-rs/"
2525
width="640"
2626
height="480"
2727
style="border: none; overflow: hidden;"
@@ -34,16 +34,11 @@ Although Conway’s Game of Life is a classic cellular automaton, our primary fo
3434

3535
This approach helps organize code into clean, modular systems, ideal for interactive and data-intensive applications.
3636

37-
<video controls width="640">
38-
<source src="https://github.com/user-attachments/assets/e9d48ff7-b14c-4874-9521-fe59e915bc76" type="video/mp4">
39-
View the video [here](https://github.com/user-attachments/assets/e9d48ff7-b14c-4874-9521-fe59e915bc76).
40-
</video>
37+
{{< youtube BeDaT9ydHU0 >}}
4138

4239
The second example, the Spooky Maze Game, is more complex, demonstrating an event-based approach to integrate peripherals like accelerometers with application logic.
4340

44-
<video src="https://github.com/user-attachments/assets/28ef7c2b-42cc-4c79-bbdb-fcb0740bf533" controls width="320">
45-
View the video [here](https://github.com/user-attachments/assets/28ef7c2b-42cc-4c79-bbdb-fcb0740bf533).
46-
</video>
41+
{{< youtube JdYz991F9S8 >}}
4742

4843
## What is Bevy ECS?
4944

0 commit comments

Comments
 (0)