All Projects → kirill-grouchnikov → Radiance

kirill-grouchnikov / Radiance

Licence: bsd-3-clause
Building modern, elegant and fast Swing applications

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
dsl
153 projects

Projects that are alternatives of or similar to Radiance

Msvgc
Make React components from your plain SVG files
Stars: ✭ 64 (-86.03%)
Mutual labels:  svg, components
Weblaf
WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
Stars: ✭ 930 (+103.06%)
Mutual labels:  swing, components
Element
Programmatic UI for macOS
Stars: ✭ 855 (+86.68%)
Mutual labels:  svg, components
Nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
Stars: ✭ 9,550 (+1985.15%)
Mutual labels:  svg, components
Rmdi
React Material Design Icons – built with Pixo, Styled Components, and Styled System
Stars: ✭ 132 (-71.18%)
Mutual labels:  svg, components
Darklaf
Darklaf - A themeable swing Look and Feel based on Darcula-Laf
Stars: ✭ 249 (-45.63%)
Mutual labels:  svg, swing
React Kawaii
Cute SVG React Components
Stars: ✭ 2,709 (+491.48%)
Mutual labels:  svg, components
Pixo
Convert SVG icons into React components
Stars: ✭ 371 (-19%)
Mutual labels:  svg, components
Datav React
React数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新
Stars: ✭ 427 (-6.77%)
Mutual labels:  svg
Scour
Scour - An SVG Optimizer / Cleaner
Stars: ✭ 443 (-3.28%)
Mutual labels:  svg
Pts
A library for visualization and creative-coding
Stars: ✭ 4,628 (+910.48%)
Mutual labels:  svg
Svg Turkiye Haritasi
SVG Turkey Map
Stars: ✭ 428 (-6.55%)
Mutual labels:  svg
Line Charts
A library for plotting line charts in SVG. Written in all Elm.
Stars: ✭ 445 (-2.84%)
Mutual labels:  svg
React Native Svg Animated Linear Gradient
A wrap SVG component for animated linear gradient
Stars: ✭ 418 (-8.73%)
Mutual labels:  svg
Rust Skia
Safe Skia Bindings for Rust
Stars: ✭ 450 (-1.75%)
Mutual labels:  svg
Keen Ui
A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
Stars: ✭ 4,039 (+781.88%)
Mutual labels:  components
Icons
Official open source SVG icon library for Bootstrap.
Stars: ✭ 5,735 (+1152.18%)
Mutual labels:  svg
Cairosvg
Convert your vector images
Stars: ✭ 453 (-1.09%)
Mutual labels:  svg
Feather
Simply beautiful open source icons
Stars: ✭ 21,029 (+4491.48%)
Mutual labels:  svg
Govips
A lightning fast image processing and resizing library for Go
Stars: ✭ 442 (-3.49%)
Mutual labels:  svg

Radiance libraries

Radiance is a collection of libraries for writing modern, elegant and fast Swing applications. It is built with Java 9, and runs on Java 9 and later.

General questions

This document is where you may find answers to some of the general questions on Radiance. If there's anything missing there, let me know.

Core Java libraries

Neon

Neon provides 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

Photon 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

Trident 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

Substance provides a comprehensive set of APIs for skinning Swing applications, addressing the most demanding, modern design requirements. It comes with built-in support for all core Swing components, and a flexible API surface for rendering third-party / application components.

Flamingo

Flamingo 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 the 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.

Core Kotlin libraries

Meteor

Meteor is a set of Kotlin extensions that expose selected core Swing APIs for idiomatic Kotlin usage.

Ember

Ember is a set of Kotlin extensions that provide a more elegant way of working with scoped Substance APIs.

Plasma

Plasma exposes the entire API surface of Flamingo as a concise, focused and approachable Kotlin domain-specific language (DSL). It also provides a number of Kotlin extensions for Flamingo APIs.

Torch

Torch exposes a subset of the API surface of Trident as a concise, focused and approachable Kotlin domain-specific language (DSL). It also provides a number of Kotlin extensions for Trident APIs.

Tools

  • Apollo is a tool for creating and editing color scheme lists.

  • Beacon is a visual runtime debugger for Substance.

  • Electra simplifies the process of adding callout bubbles to documentation screenshots.

  • Hyperion can be used creating and editing files that define custom button shapers.

  • Ignite is a Gradle plugin that wraps the Photon library to allow build-time transcoding of SVG content into Java / Kotlin classes.

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

  • Zodiac has utilities for taking screenshots for Substance and Flamingo documentation.

Demos

This document lists all major demos and samples that showcase how to use various Radiance APIs.

Radiance artifacts

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

Core artifacts

Kotlin extension artifacts

Tools artifacts

Snapshots

Radiance snapshot artifacts are available in the Sonatype repository.

Building Radiance

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].