关于推动使用 Rust 进行游戏开发的讨论
#rust
如果你想参加关于 Gamedev 的演讲、研讨会或者加入讨论组,可以在这条推特下面和@Miux讨论或者提出建议。
Read More
Rust in Action 新增项目
#rust
Rust in Action 新增了几个 rust 项目:
- a CPU emulator
- an NTP client
- a basic grep
- your own floating point format
- a memory scanner
- UNIX signal handling
- setjmp/longjmp control flow
- binary files inspector
Read More
sled 将要发布新版本
#rust
sled 将要发布新版本,下面是新版本中的一些特性:
- atomic writebatches
- higher write throughput & lower tail latency
- much faster initial startup time for short-lived programs
- CRDT-based multithreaded recovery support
- fewer dependencies
- API closer to #rustlang std
Read More
一个使用 Rust 实现的 WebAssembly 项目
#wasm
这是一个用 Rust 编译到 WebAssembly 的前端项目,它实现的效果像万花镜一样绚丽?
Online Demo
Read More
一个关于crate播客的想法
#crate
@jntrnr 有一个关于 crate 播客的想法,每集找一个有趣的 crate,谈谈能用它干什么,点击下面的链接加入讨论。
Read More
用 Rust 和 OpenGL 实现的屏幕拍摄应用
#rust
@nasso4991把他老版本的屏幕拍摄应用使用 Rust 重写了,第一个版本是用 C 和 SDL2 实现的,新版本使用了 Rust、OpenGL 和 glium crate。
Repo
Read More