# Glissile
Glissile is a very basic, glam-compatible fixed-point math library. It supports a number type,
vector types, specifying the number of bits for the fractional part, and conversions between
floating-point numbers, `glam` vectors and some `bevy` types.
## Caveats
Currently, the operations are limited based on my own use case, so full compatibility with `glam` isn't there yet.
Also missing examples and documentation.
## License
All code in this repository is dual-licensed under either:
- MIT License (LICENSE-MIT or [http://opensource.org/licenses/MIT][1])
- Apache License, Version 2.0 (LICENSE-APACHE or [http://www.apache.org/licenses/LICENSE-2.0][2])
at your option. This means you can select the license you prefer.
## Your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you,
as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
[1]: http://opensource.org/licenses/MIT
[2]: http://www.apache.org/licenses/LICENSE-2.0