7 projects tagged "BSD Original"
Ace snow creates a snow falling effect for Titanium apps. It creates animated flakes which fall on the application window starting from a random position at the top of the screen and disappear when they fall below the top of the screen. The flakes animation can be paused and resumed any time. The image, quantity, and speed of the snow flakes are configurable parameters.
Titanium Countdown shows a time countdown in Titanium label objects. It can start a time countdown from given time left to the end. It shows the remaining time in label objects of a Titanium application which display the time left in years, months, days, hours, minutes, and seconds. The object can also pause and resume the time countdown any time.
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.