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 d0aa0de

Browse filesBrowse files
N16: Bevy chess tutorial (rust-gamedev#372)
1 parent f52aec7 commit d0aa0de
Copy full SHA for d0aa0de

File tree

Expand file treeCollapse file tree

2 files changed

+13
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+13
-0
lines changed
419 KB
Loading

‎content/posts/newsletter-016/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-016/index.md
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,19 @@ Some of this month's updates:
8282

8383
## Learning Material Updates
8484

85+
### [Chess game in Rust using Bevy]
86+
87+
![Tutorial result](bevy_chess.gif)
88+
_Chess gameplay_
89+
90+
[@guimcaballero] published a tutorial on using Bevy 0.3 to make a Chess clone in
91+
3d. Most of the concepts are explained along the way, from how to load meshes to
92+
how to select pieces and board squares, using [bevy_mod_picking].
93+
94+
[Chess game in Rust using Bevy]: https://caballerocoll.com/blog/bevy-chess-tutorial/
95+
[@guimcaballero]: https://twitter.com/guimcaballero
96+
[bevy_mod_picking]: https://github.com/aevyrie/bevy_mod_picking/
97+
8598
### [Learn Wgpu][learn-wgpu]
8699

87100
Development of new tutorial content has slowed down due to wgpu still being in

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.