An open API service indexing awesome lists of open source software.

https://github.com/extrawurst/rapier-determinism

Rapier based physics testing determinism inside Godot
https://github.com/extrawurst/rapier-determinism

godot physics rust

Last synced: 10 months ago
JSON representation

Rapier based physics testing determinism inside Godot

Awesome Lists containing this project

README

          

# Rapier Determinism

The purpose of this project is to have a demo of rigidbody physics based on [Rapier](https://rapier.rs) inside [Godot](https://godotengine.org) run on multiple platforms to check determinism.

**Note:** built it on your platform of choice and make sure it the resulting hash after 1000 ticks is **33711** and that it looks like this:

# Recording

![demo](recording.gif)

# Final State

![img](result.png)

# Webgl

now also supporting webgl: https://extrawurst.github.io/rapier-determinism/

![img](webgl.png)