Skip to content

Commit 0d9f890

Browse files
committed
Add macroquad tutorial
1 parent a40696f commit 0d9f890

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: content/news/052/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,18 @@ The cheatbook is currently in the process of being updated to Bevy 0.14 and now
160160

161161
[bevy-cheatbook]: https://bevy-cheatbook.github.io/
162162

163+
### [Game development in Rust with Macroquad][macro-learning]
164+
165+
Olle Wreede of [Agical][agical] published a [complete guide][macro-learning] on
166+
how to develop a classic 2D shoot 'em up game using the game library
167+
Macroquad and the Rust programming language.
168+
169+
It covers everything from a simple Hello World Macroquad application to adding graphics, audio, a shader, a graphical menu,
170+
and how to release the game on multiple platforms.
171+
172+
[agical]: https://www.agical.se/
173+
[macro-learning]: <https://mq.agical.se/>
174+
163175
### Other learning materials
164176

165177
- [Using tracing to profile a Bevy project](https://rornic.com/posts/using-tracing-to-profile-a-bevy-project/)

0 commit comments

Comments
 (0)