diff --git a/content/posts/newsletter-011/index.md b/content/posts/newsletter-011/index.md index f09562b9f..35249c1b8 100644 --- a/content/posts/newsletter-011/index.md +++ b/content/posts/newsletter-011/index.md @@ -291,6 +291,20 @@ they plant flowers which gives them points. [tetra]: https://github.com/17cupsofcoffee/Tetra [shipyard]: https://github.com/leudz/shipyard +### [Wooting Snake][wooting_snake-git] + +![Video of snaky keyboard lights in action](wooting_snake.gif) + +[Wooting Snake][wooting_snake-git] is a snake game where the visuals +are represented on your keyboard lights, instead of a computer screen. + +[TanTan] released a [video][wooting_snake-video] +documenting the process making this project. + +[wooting_snake-git]: https://github.com/TanTanDev/wooting_snake +[wooting_snake-video]: https://youtu.be/OhhscXz-60g +[TanTan]: https://twitter.com/Tantan22430802 + ## Learning Material Updates ## Library & Tooling Updates @@ -439,6 +453,18 @@ supporting Rust gamedev libraries and tools such as [GFX], and [WGPU]. [gluon]: https://github.com/gluon-lang/gluon [ars_poc]: https://github.com/katharostech/arsenal/releases/tag/v0.1.0 +### [Vimnail][vimnail-git] - a Mouseless Image Editor + +![Demo of transforming Ferris](vimnail.gif) + +[Vimnail][vimnail-git] is a WIP mode-based image editor inspired by Vim. +The goal of the project is to be able to compose images without using the mouse. + +[TanTan] also released a [devlog video][vimnail-video] about the project. + +[vimnail-git]: https://github.com/TanTanDev/vimnail +[vimnail-video]: https://youtu.be/2cSY43OcuZc + ## Popular Workgroup Issues in Github diff --git a/content/posts/newsletter-011/vimnail.gif b/content/posts/newsletter-011/vimnail.gif new file mode 100644 index 000000000..55df6c93c Binary files /dev/null and b/content/posts/newsletter-011/vimnail.gif differ diff --git a/content/posts/newsletter-011/wooting_snake.gif b/content/posts/newsletter-011/wooting_snake.gif new file mode 100644 index 000000000..1e4064e6e Binary files /dev/null and b/content/posts/newsletter-011/wooting_snake.gif differ