A library for 2D integer geometry, focused on games. Supports generic 2D vectors (either as actual vectors, points or sizes), rectangles, maps of points in a plane to data, sets of points in a plane, simple graphs of points in a plane (possibly non-planar). See docs for more.
https://brunoczim.github.io/gardiz/gardiz/
Enable this to make data strcutures such as Vec2
and Map
implement serde
serialization and deserialization traits for data types.