diff --git a/content/news/022/index.md b/content/news/022/index.md index 26a074186..fcceaabb6 100644 --- a/content/news/022/index.md +++ b/content/news/022/index.md @@ -58,6 +58,18 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Engine Updates +### [Rustcraft][rustcraft] + +![rustcraft-img](rustcraft.png) + +[Rustcraft][rustcraft] by [@dskart] +is a simple Minecraft engine written in Rust using wgpu. + +It handles infinite world generation using gradient noise as well as placing +and breaking blocks. + +[rustcraft]: https://github.com/dskart/rustcraft + ## Learning Material Updates ## Library & Tooling Updates diff --git a/content/news/022/rustcraft.png b/content/news/022/rustcraft.png new file mode 100644 index 000000000..822163ed9 Binary files /dev/null and b/content/news/022/rustcraft.png differ