squidlib-util · SquidLib's code that doesn't rely on libGDX; no graphics and none of libGDX's JSON serialization, but everything else.
Group: com.squidpony - All Dependencies
squidlib · SquidLib's display module, for showing text grids in roguelike fashion; this also depends on squidlib-util.
squidlib-parent · Connected libraries for procedural generation and roguelikes; parent repo.
squidlib-gdx · SquidLib LibGDX display code. Please refer to https://github.com/SquidPony/SquidLib .
squidlib-extra · SquidLib's code that uses libGDX for automatic serialization and saving to Preferences.
SquidCore · SquidSquad's core code, needed for all the other modules; holds utilities for handling arrays, converting types, and also the color code this uses.
SquidFreezeCore · SquidSquad's code to support Kryo serialization and deserialization for SquidCore.
SquidFreezeGrid · SquidSquad's code to support Kryo serialization and deserialization for SquidGrid.
SquidFreezeText · SquidSquad's code to support Kryo serialization and deserialization for SquidText.
SquidFreezeOld · SquidSquad's code to support Kryo serialization and deserialization for SquidOld.
SquidGlyph · SquidSquad's text-rendering code, including support for rendering a grid of text.
SquidGrid · SquidSquad's base grid-handling code, including 2D points, continuous noise, field-of-view, and region-processing code.
SquidPath · SquidSquad's pathfinding code, using simple-graphs for A* and with its own breadth-first search code.
SquidOld · SquidSquad's compatibility system, so code written for SquidLib 3.x can continue to produce the same results here.
SquidSmooth · SquidSquad's code to support smooth interpolations and other changes over time.
SquidSquad · Connected libraries for procedural generation and roguelikes.
SquidPlace · SquidSquad's local-map generation code, for buildings, caves, dungeons, and outdoor areas.
SquidStoreOld · SquidSquad's code to support JSON serialization and deserialization for SquidOld.
SquidStoreGrid · SquidSquad's code to support JSON serialization and deserialization for SquidGrid.
SquidStoreCore · SquidSquad's code to support JSON serialization and deserialization for SquidCore.
SquidStoreText · SquidSquad's code to support JSON serialization and deserialization for SquidText.
SquidText · SquidSquad's fictional-language and readable-text-generation code.
SquidWorld · SquidSquad's procedural world-map generation code.
SquidPress · SquidSquad's input-handling augmentations, building on the libGDX input systems.