#coordinate #argentum #system #prelude #specialized #information #import

argentum_game_coordinate_system

Argentum: Coordinate System

11 releases (7 breaking)

new 0.8.2 Oct 29, 2024
0.7.0 Aug 17, 2024

#4 in #specialized

Download history 602/week @ 2024-08-12 59/week @ 2024-08-19 39/week @ 2024-09-23 1/week @ 2024-10-14 239/week @ 2024-10-21

241 downloads per month

AGPL-3.0-or-later

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