5 projects tagged "BSD Original"
Gideros TextWrap provides multi-line text field creation for Gideros Mobile. It splits strings into multiple lines with a given width. You can also specify line spacing and alignment modes (left, right, center, and justify). Gideros TextWrap is completely compatible with existing TextField object methods.
Gideros Lightning effect draws randomly-generated lightning with a glow effect from x and y coordinates to other x and y coordinates. You can specify the lightning bolt color and width, lightning glow color and width, detalization level, and displacement offsets. This object is adapted from ndoss and wrapped in a Gideros class for reusability.
Gideros Countdown class displays (and updates) the time left until a time provided by the user. The time can be provided in any time units, and they will be recalculated to specified time units. It is possible to specify which units or text will appear in countdown and which text must be hidden if a certain unit reaches 0 by using labels for each time unit.
The Gideros Gestures object provides a way to define and detect gestures. You can define your own gestures by providing array of points that defines shapes and provides a callback function for each shape. It is also possible to detect gestures from a provided array of points. Additionally, this class can automatically track touch inputs to gather a collection of points and resolve it automatically, and automatically output what the user draws in real time.
Gideros Localize is a module that provides seamless localization support for Gideros by loading string constants from specific files based on user locale. It provides the global object Localize, which overrides native or non-native objects, to check for localization before using strings.