ITADN

Make Broadphase Serializable to Json

#899Pull Requestdog-molecule 创建于 2025-11-13
D
dog-moleculecommented
Serde can serialize almost the entire Rapier state to JSON; the only thing that's preventing full JSON-serialization (at least in my implementation) is this hashmap in Broadphase. Rapier already has serialization tools that can serialize hashmaps as vector tuples, so this PR just uses these existing utilities.
合并状态:未合并 关闭于 2025-11-14 1 条评论