com.github.birdasaur.litfx:litfx-core

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

com.github.birdasaur.litfx
ArtifactId

ArtifactId

litfx-core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download litfx-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/ -->
<dependency>
    <groupId>com.github.birdasaur.litfx</groupId>
    <artifactId>litfx-core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/
implementation 'com.github.birdasaur.litfx:litfx-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.birdasaur.litfx/litfx-core/
implementation ("com.github.birdasaur.litfx:litfx-core:0.1.0")
'com.github.birdasaur.litfx:litfx-core:jar:0.1.0'
<dependency org="com.github.birdasaur.litfx" name="litfx-core" rev="0.1.0">
  <artifact name="litfx-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.birdasaur.litfx', module='litfx-core', version='0.1.0')
)
libraryDependencies += "com.github.birdasaur.litfx" % "litfx-core" % "0.1.0"
[com.github.birdasaur.litfx/litfx-core "0.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.openjfx : javafx-controls jar 14

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.junit.jupiter : junit-jupiter-params jar 5.5.1
org.junit.jupiter : junit-jupiter-engine jar 5.5.1

Project Modules

There are no modules declared in this project.

LitFX

Bolt on upgrades for your JavaFX GUI that provide custom special effects such as:

  • Lightning
  • Radio Waves/Bands
  • Line of Sight lighting and Shadowing
  • Animated Window and Floating Panes.

LitFX can apply its effects to your JavaFX GUI as a transparent overlay such that the effects interact with your various Nodes with little apriori knowledge of your layout and without moving your stuff around.

It's like god damn dark magic so have fun.

OpenJFX Modular Maven Project Custom JLink Goal for Apache NetBeans: Right Click Project -> Run Maven -> JLink

Versions

Version
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4