Crates.io | gardiz |
lib.rs | gardiz |
version | 0.1.1 |
source | src |
created_at | 2021-08-09 18:37:52.505457 |
updated_at | 2021-10-30 02:42:42.765329 |
description | A library for integer geometry on 2D planes, focused on games |
homepage | |
repository | https://github.com/brunoczim/gardiz |
max_upload_size | |
id | 433868 |
size | 205,614 |
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/
impl-serde
Enable this to make data strcutures such as Vec2
and Map
implement serde
serialization and deserialization traits for data types.