Piotr Kosek

Results 24 comments of Piotr Kosek

Actually Rapier has article regarding achieving determinism: https://rapier.rs/docs/user_guides/rust/determinism/ They also claim that: > The target platforms must strictly comply to the IEEE 754-2008 floating-points standard. This ensures that floating-point computations...

Seeing the same problem a month later. Workaround: Put this in `Cargo.toml` ```toml [dependencies] macroquad = "0.4" macroquad-particles = { git = "https://github.com/not-fl3/macroquad" } ``` This is enough for the...

Any progress on this (or workarounds)? :)

Workaround: when compiling specify `+nightly-2024-08-01` instead of `+nightly`