geng-utils 0.3.0

A collection of utilities for Geng engine.
Documentation
/// Bounded value.
pub mod bounded;
/// Handy conversion between types.
pub mod conversions;
/// Some primitive geometric shapes.
pub mod geometry;
/// GIF loader.
pub mod gif;
/// A possibly more convenient key enum.
pub mod key;
/// Layout utils.
pub mod layout;
/// Operations useful for pixel art.
pub mod pixel;
/// Common operations with textures.
pub mod texture;
/// Generating tiled geometry.
pub mod tiled;
/// Operations for handling torus worlds.
pub mod torus;