/radiance

A set of libraries for building modern, elegant and fast Swing applications

Primary LanguageJavaBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Radiance libraries

Radiance is a collection of libraries for writing modern, elegant and well-performing Swing applications.

Core libraries

Neon

The Neon library provides a core set of APIs to work with images and text that scale with the display resolution. Neon icons scale to maintain crisp, pixel-perfect visuals for application icons. Font APIs can be used to render platform-consistent textual content across a variety of supported platforms.

Photon

The Photon library enables usage of vector-based icons in Swing applications. SVG content can be either loaded asynchronously at runtime from a variety of local and remote sources, or transcoded offline to Java / Kotlin classes that use pure Java2D canvas operations that do not require expensive runtime overhead of third-party dependencies.

Trident

The Trident library provides powerful and flexible animation APIs that scale from simple, single-property cases to complex scenarios that involve multiple animations. Trident powers all animations in the Radiance libraries.

Substance

The Substance library provides a powerful and flexible set of APIs that can be used to skin Swing applications to address the most demanding, modern design requirements. It comes with built-in support for all core Swing components, and a comprehensive API set for consistent rendering of third-party / application components.

Flamingo

The Flamingo library provides a robust set of additional Swing components that can be used as building blocks for creating modern, rich Swing applications. In addition to providing powerful command button and breadcrumb bar components, Flamingo packs an Office Command Bar (ribbon) container that can host a complex hierarchy of flexible, scalable application control surface.

Kormorant

The Kormorant library exposes the entire API surface of Flamingo as a custom, targeted and approachable Kotlin DSL (domain-specific language).

Tools

Beacon

The Beacon plugin is a visual runtime debugger for Substance.

Electra

The Electra tool allows adding callout bubbles to documentation screenshots.

Hyperion

The Hyperion editor allows creating and editing files that define custom button shapers.

Ignite

The Ignite plugin wraps the Photon library to allow build-time transcoding of SVG content into Java / Kotlin classes.

Jitterbug

The Jitterbug editor allows creating and editing color scheme lists.

Lightbeam

The Lightbeam library provides tools for Swing look-and-feel developers to measure the performance of their libraries.

Zodiac

The Zodiac library provides utilities for taking screenshots for Substance and Flamingo documentation.

Radiance dependencies

Radiance artifacts are available in the central Maven repository under groupId=org.pushing-pixels

Core artifacts

  • Maven Central radiance-neon for Neon
  • Maven Central radiance-photon for Photon
  • Maven Central radiance-trident for Trident
  • Maven Central radiance-substance for Substance
  • Maven Central radiance-substance-extras for Substance extras
  • Maven Central radiance-flamingo for Flamingo
  • Maven Central radiance-kormorant for Kormorant
  • Maven Central radiance-spoonbill for Spoonbill

Tools artifacts

Building Radiance

This document is an overview of how to build Radiance artifacts locally.