Skip to content
raeleus edited this page Jul 21, 2022 · 14 revisions

Welcome to Stripe.

Stripe Widgets

Stripe Widgets is a collection of custom Scene2D.UI widgets and utilities. Progress is in development.

Widgets

  • 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.

Utilities

Clone this wiki locally