Skip to content

Commit 121f140

Browse files
authored
Add a section about bevy_game_template (#548)
1 parent 7b72afa commit 121f140

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/posts/newsletter-020/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,19 @@ https://github.com/stevebob/mos6502/tree/master/tetris-hard-drop-patcher
305305
[tetris-hard-drop-dsl-example]:
306306
https://github.com/stevebob/mos6502/blob/master/tetris-hard-drop-patcher/src/main.rs#L23
307307

308+
### [Bevy game template][bevy-game-template]
309+
310+
[Bevy game template][bevy-game-template] by [@nikl_me][nikl_twitter]
311+
is a template repository for a Bevy game.
312+
313+
The goal is to present a possible structure for Bevy games and at the
314+
same time reduce the amount of copy paste when starting a new project.
315+
The repository includes a GitHub workflow for Linux, MacOS, and Windows builds
316+
(WASM will be supported soon) and comes with a small, opinionated example game.
317+
318+
[bevy-game-template]:https://github.com/NiklasEi/bevy_game_template
319+
[nikl_twitter]: https://twitter.com/nikl_me
320+
308321
## Library & Tooling Updates
309322

310323
### [Planck ECS]

0 commit comments

Comments
 (0)