Quaternions 719c702b95 actually need ReplaceMouse because of OS level issue
The operating system does not report the timestamp at which it checks that the mouse was not moving, so the mouse interpolation will necessarily be incorrect for up to 1 polling period.  The alternative is to guess / make up a timestamp, but I don't want to do this.
2025-01-10 22:01:02 -08:00
..
2025-01-02 19:24:06 -08:00
2025-01-02 19:24:06 -08:00
2025-01-02 19:24:06 -08:00
2025-01-08 18:17:40 -08:00
2025-01-03 06:44:59 -08:00
2025-01-02 19:24:06 -08:00
2025-01-03 06:44:59 -08:00

Strafe Client

In development client for jumping on squares (and riding on triangles)

How to build and run

  1. Have rust and git installed
  2. git clone https://git.itzana.me/StrafesNET/strafe-project
  3. cd strafe-project/strafe-client
  4. cargo run --release