gardiz

Crates.iogardiz
lib.rsgardiz
version0.1.1
sourcesrc
created_at2021-08-09 18:37:52.505457
updated_at2021-10-30 02:42:42.765329
descriptionA library for integer geometry on 2D planes, focused on games
homepage
repositoryhttps://github.com/brunoczim/gardiz
max_upload_size
id433868
size205,614
(brunoczim)

documentation

README

gardiz

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.

Main Branch Docs

https://brunoczim.github.io/gardiz/gardiz/

Features

impl-serde

Enable this to make data strcutures such as Vec2 and Map implement serde serialization and deserialization traits for data types.

Commit count: 65

cargo fmt