Uses of Class
squidpony.annotation.Beta
| Package | Description |
|---|---|
| squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
| squidpony.annotation |
Annotations used elsewhere in SquidLib.
|
| squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Beta in squidpony
Classes in squidpony with annotations of type Beta Modifier and Type Class Description classByteStringEncodingAn experimental variant on LZSEncoding to encode byte arrays to compressed Strings, and decode them back.classGridCompressionVery early way of additional compression that can be applied to 2D double and byte arrays. -
Uses of Beta in squidpony.annotation
Classes in squidpony.annotation with annotations of type Beta Modifier and Type Class Description interfaceBetaSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release. -
Uses of Beta in squidpony.squidgrid.mapping
Classes in squidpony.squidgrid.mapping with annotations of type Beta Modifier and Type Class Description classMapModuleA subsection of a (typically modern-day or sci-fi) area map that can be placed by ModularMapGenerator.classMetsaMapFactoryA map generation factory using Perlin noise to make island chain style maps.classModularMapGeneratorGenerator for maps of high-tech areas like space stations or starships, with repeated modules laid out in random ways.classWildMapA finite 2D area map for some kind of wilderness, adapting to different ecosystems by changing its output. -
Uses of Beta in squidpony.squidmath
Classes in squidpony.squidmath with annotations of type Beta Modifier and Type Interface Description interfaceFlawedPointHashAn interface for point hashes that are statistically biased, as well as a holder for inner classes that implement this.classNeuralParticleCreates a field of particles that tend to form a neuron image type distribution.classPhantomNoiseArbitrary-dimensional continuous noise that maintains most of the same style even as the dimensionality gets fairly high.