Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
There was an error while loading. Please reload this page.
For the sake of determinism: for example float addition is not commutative due to precision issues.
Idea: implement a simple fixed point type in
de_typeswhich uses i32 as the storage. Use ~10 bits for fractional part. Ensure that the minimum and maximum representable value is small / large enough for the game purposes.