strafe-project/lib/common
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
..
src actually need ReplaceMouse because of OS level issue 2025-01-10 22:01:02 -08:00
.gitignore common: move into folder 2025-01-02 19:28:07 -08:00
Cargo.toml fix urls 2025-01-03 06:44:59 -08:00
LICENSE-APACHE common: move into folder 2025-01-02 19:28:07 -08:00
LICENSE-MIT common: move into folder 2025-01-02 19:28:07 -08:00
README.md common: move into folder 2025-01-02 19:28:07 -08:00

StrafesNET Common Library

Common types used in the StrafesNET ecosystem

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.