GitHub URL:
https://github.com/six8/cipr.struct
Data structure utilities for Corona, part of the Cipr project.
Includes:
- cipr.struct.grid.Grid - An efficient 2D grid
- cipr.struct.grid.GridView - Translates a Grid into display coordinates
- cipr.struct.Set - An unorderd set
- cipr.struct.Vector2D - 2D vector operations
Installation
Installation is done with cipr
cipr install git://github.com/six8/cipr.struct.git
Usage
Some examples. See source for full functionality.
Set