strafe-project/lib
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
..
bsp_loader fix urls 2025-01-03 06:44:59 -08:00
common actually need ReplaceMouse because of OS level issue 2025-01-10 22:01:02 -08:00
deferred_loader fix urls 2025-01-03 06:44:59 -08:00
fixed_wide fixed_wide: clippy angry about derivable traits 2025-01-08 23:33:39 -08:00
linear_ops fix urls 2025-01-03 06:44:59 -08:00
ratio_ops fix urls 2025-01-03 06:44:59 -08:00
rbx_loader fix urls 2025-01-03 06:44:59 -08:00
roblox_emulator roblox_emulator: deref returns correct type 2025-01-08 23:31:56 -08:00
snf snf: demo file brainstorming 2025-01-06 23:14:08 -08:00
README.md fixed_wide_vectors: move into folder 2025-01-02 19:53:50 -08:00

Vectors: Fixed Size, Fixed Point, Wide

These exist separately in the Rust ecosystem, but not together.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.