From 33cb562e4a9b6af5571eb1f65c3155034f4b427c Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Mon, 1 Nov 2021 14:00:26 +0100 Subject: [PATCH] N27: hecs_rapier --- content/news/027/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/news/027/index.md b/content/news/027/index.md index ba1ff5a05..a655de332 100644 --- a/content/news/027/index.md +++ b/content/news/027/index.md @@ -109,6 +109,17 @@ For more details, see the [changelog][tetra-changelog]. ## Library Updates +### [hecs_rapier] 0.11.0 + +[hecs_rapier] is a physics engine for hecs ECS. +It is a direct port of [bevy_rapier2d]. + +Recent development added joints and physics_hooks support. +This makes `hecs_rapier` feature complete, with `bevy_rapier2d` feature parity. + +[hecs_rapier]: https://github.com/smokku/hecs_rapier +[bevy_rapier2d]: https://github.com/dimforge/bevy_rapier + ## Popular Workgroup Issues in Github