11 releases (7 breaking)
new 0.8.2 | Oct 29, 2024 |
---|---|
0.7.0 | Aug 17, 2024 |
#4 in #specialized
241 downloads per month
23KB
590 lines
This library is meant for use in Argentum.
You probably do not want to use this for your own projects, as this implementation is going to be very specialized to Argentum's needs.
Contributing
You can find this project's license in the repository's LICENSE file. All your contributions will be licensed under this license.
lib.rs
:
Argentum - Coordinate System
This crate contains the coordinate system that is used by Argentum and some utilities related to it.
Import the prelude
to gain access to all the crate's types.
The correct type to use when interfacing with Argentum is Coordinate
.
Feel free to make other similar types by creating type aliases for
Coord<T>
.
For more information about Argentum, see the argentum_game
crate.
Dependencies
~1.4–2.3MB
~43K SLoC