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 6a7e8fe

Browse filesBrowse files
authored
N45: Exploring Bevy GoL (rust-gamedev#1364)
1 parent 4ecfd56 commit 6a7e8fe
Copy full SHA for 6a7e8fe

File tree

2 files changed

+14
-0
lines changed
Filter options

2 files changed

+14
-0
lines changed
2.94 MB
Loading

‎content/news/045/index.md

Copy file name to clipboardExpand all lines: content/news/045/index.md
+14Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.