Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib, like text manipulation, some interfaces, and compatibility code.
|
squidpony.annotation |
Annotations used elsewhere in SquidLib.
|
squidpony.panel |
Interfaces for panels in GUIs/TUIs; these do not depend on any particular implementation of a color type.
|
squidpony.squidai |
Tools for finding paths, optimizing targets for area-of-effect (AOE) abilities, and evaluating influence on a grid.
|
squidpony.squidgrid |
Tools for working with data on a grid, including LOS and FOV; overlaps with geometry code in squidpony.squidmath .
|
squidpony.squidgrid.iterator |
Iterators that allow traversal of squidpony.squidmath.Coord points on a map's grid.
|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
squidpony.squidgrid.mapping.styled |
Support code for working with tiled dungeon generation; normally only TilesetType is used outside SquidLib.
|
squidpony.squidgrid.zone | |
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
squidpony.tileset |
Pre-constructed Tileset objects in different styles, that DungeonBoneGen consumes (not intended for external use).
|
Copyright © 2012–2016. All rights reserved.