zl程序教程

您现在的位置是:首页 >  其他

当前栏目

【Rust日报】2022-12-18 Google 发布高效向量渲染引擎 forma

2023-03-07 09:14:31 时间

Google 员工发布高效向量渲染引擎 forma

纯Rust实现的一个4阶段流水线,基于 Rust SIMD, Rayon, WebGPU 等库。目标是:

  • 可移植性
  • 高性能
  • 简单性
  • 体积。

https://github.com/google/forma

mlc - 检查标记语言中的坏掉的链接

现在支持markdown文件和html文件。

https://github.com/becheran/mlc

staff - 音乐理论和琴谱渲染库

支持 midi, notes, chords, scales 等

https://github.com/staff-rs/staff/