diff --git a/README.md b/README.md index 5422d32..823f5e6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,22 @@ # 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. 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. +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 ![](/media/waveshaper.png) +![](/media/covalentpanes.png) + ![](/media/shadows.png) ![](/media/pjchainlitfx.png) diff --git a/media/covalentpanes.png b/media/covalentpanes.png new file mode 100644 index 0000000..bd85650 Binary files /dev/null and b/media/covalentpanes.png differ