Skip to content

Commit 6a7e8fe

Browse files
authored
N45: Exploring Bevy GoL (#1364)
1 parent 4ecfd56 commit 6a7e8fe

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
2.94 MB
Loading

content/news/045/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,20 @@ to GitHub Pages using GitHub Actions.
138138
[piotr-siuszko]: https://mastodon.gamedev.place/@MevLyshkin
139139
[bevy-github-actions-blog]: https://mevlyshkin.com/blog/bevy-github-actions
140140

141+
### [Exploring Bevy's Game Of Life Example][exploring-gol-blog]
142+
143+
![red dots or black bg](explore_gol_drawing.gif)
144+
_Game of Life Simulation_
145+
146+
[Yendor][yendor] published [a mini-tutorial series][exploring-gol-blog]
147+
exploring compute shaders in Bevy using their [Game of Life example][bevy-gol]
148+
and adding some new featues to it: camera controller, wrapping simulation, and
149+
drawing on the simulation.
150+
151+
[yendor]: https://github.com/lecoqjacob
152+
[exploring-gol-blog]: https://lecoqjacob.github.io/bevy_shader_playground/bevy_gol_example/index.html
153+
[bevy-gol]: https://github.com/bevyengine/bevy/blob/main/examples/shader/compute_shader_game_of_life.rs
154+
141155
## Tooling Updates
142156

143157
### [Rustracer][rustracer]

0 commit comments

Comments
 (0)