当前位置 : 主页 > 编程语言 > java >

【Rust日报】 2019-07-27:关于推动使用 Rust 进行游戏开发的讨论

来源:互联网 收集:自由互联 发布时间:2022-06-30
关于推动使用 Rust 进行游戏开发的讨论 #rust 如果你想参加关于 Gamedev 的演讲、研讨会或者加入讨论组,可以在这条推特下面和@Miux讨论或者提出建议。 Read More Rust in Action 新增项目 #ru

关于推动使用 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 的前端项目,它实现的效果像万花镜一样绚丽

网友评论