Rust编写 chip8 模拟器
chip8 是 Joseph Weisbecker 在70年代后期开发的虚拟机, 他允许在计算机上玩2D单色化游戏, 如著名 pong, 俄罗斯方块等.
本文非常详尽的讲述了如何来实现chip8 虚拟机,并且成功的在上面运行游戏.

原文链接: https://bernsteining.github.io/chiphuit/posts/writing_a_chip8_emulator_in_rust/
git-cliff: 1.0.0 稳定版本发布
git-cliff 可以通过 Git 的历史提交来生成 changlog. 并且可以自定义格式,过滤内容等.
目前 1.0.0 稳定版本发布.

原文链接: https://github.com/orhun/git-cliff/releases/tag/v1.0.0
Findex: v0.7.0版本发布
Findex是一个高度可定制的应用程序启动器, 使用 Rust + Gtk3实现.
github 地址: https://github.com/mdgaziur/findex
Bevy Commands
在本视频中,作者介绍bevy Command的这一重要概念, 以及如何使用它们来获得系统内的可修改性。
油管视频: https://www.youtube.com/watch?v=quoTTJcksuA
Canyon-SQL: 新的 ORM
Canyon-SQL 是一个 Rust 的 ORM, 刚刚发布0.1.0 版本.
特性:
-
默认 async
-
支持多源
-
使用 macro 来简化代码
-
支持 migrations.
github地址: https://github.com/zerodaycode/Canyon-SQL