-
Notifications
You must be signed in to change notification settings - Fork 7
Home
raeleus edited this page Jul 21, 2022
·
14 revisions
Welcome to Stripe.
Stripe Widgets is a collection of custom Scene2D.UI widgets and utilities. Progress is in development.
- DraggableList: an extendable list that allows users to drag and drop elements to rearrange their order. The elements can be any kind of widget.
- DraggableTextList: an easy to use implementation of DraggableList featuring text elements.
- DraggableSelectBox: shows/hides a DraggableTextList when clicked and allows users to select an element.
- PopColorPicker: an advanced color picker that enables the HSB/HSL color models and lets users create custom swatches.
- PopTable: a powerful replacement for Window, Dialog, and TextToolTip.
- RangeSlider: a simple alternative to Slider which allows users to specify a range with two knobs.
- ResizeWidget: A container that allows the user to dynamically resize and position a child widget by dragging resize handles.
- Spinner: a number spinner allowing the user to type a number or press a button to increment/decrement.
- StripeMenuBar: a menu bar implementation that can be designed using a builder pattern.
- ViewportWidget: A widget that allows you to embed an entire viewport as part of your UI.
- FreeType Skin Loader: Allows loading FreeType skins defined in Skin JSON's exported by SkinComposer.
- Scene Composer Stage Builder: Builds a stage from a JSON defined by the SceneComposer module in Skin Composer.
Features
• PopTable
• RangeSlider
• ResizeWidget
• ViewportWidget
• FreeType Skin Loader
• Scene Composer Stage Builder