From 14d91f6ea23789b5f0ef3402448a1cc12a013acb Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Tue, 9 Aug 2022 08:44:53 +0200 Subject: readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1a8e018 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +This branch is an integration attempt of bevy_rapier2d and bevy_ggrs. + +The current approach is to run rapier inside of the rollback schedule, +deserializing and serializing the RapierContext before and after each +rollback execution. + +The problem is that RapierContext is huge as it tracks the whole physics +state, which contains the static colliders. + +A possible solution is to track only the rigidbodies and the contact +graph and leave the static state. -- cgit v1.2.3-54-g00ecf