Skip to content

Opinionated integer-based coordinates and directions and utilities

Notifications You must be signed in to change notification settings

gamma-delta/aglet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Grid Library Except Terrible

This is a successor to my old crate cogs_gamedev's grids module. It adds opinionated integer-based coordinates and directions, along with some other useful things:

  • Iterators over areas, edges of areas, and lines
  • Grid<T>, which is like a HashMap<Coord, T> but faster

Also supports serde, under the default feature serde.

About

Opinionated integer-based coordinates and directions and utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages