10 个版本

0.4.0 2024 年 8 月 18 日
0.3.5 2024 年 4 月 3 日
0.3.4 2024 年 3 月 10 日
0.3.3 2023 年 12 月 24 日
0.1.2 2023 年 3 月 6 日

#5 in #房间

Download history 2/week @ 2024-05-19 4/week @ 2024-05-26 1/week @ 2024-06-02 12/week @ 2024-07-07

每月 563 次下载
bevy_rmesh 中使用

MIT/Apache

17KB
422

RMesh

crates.io docs.rs

Rust 解析器,用于解析 rmesh 文件扩展名。该 rmesh 文件扩展名用于 SCPCB 中的房间网格。

用法

let bytes = std::fs::read("GFX/map/lockroom_opt.rmesh").unwrap();
let rmesh = read_rmesh(&bytes).unwrap();
assert_eq!(rmesh.colliders.len(), 0);
assert_eq!(rmesh.entities.len(), 13);

示例

任务列表

  • 编写文档
  • 创建写入器
  • 为 bevy_rmesh 添加 X 文件加载器

依赖项

~2MB
~42K SLoC