Skip to content

Commit

Permalink
Merge branch 'live' into feature/#380
Browse files Browse the repository at this point in the history
  • Loading branch information
FDelporte committed Nov 19, 2024
2 parents 26a1bdd + 23158df commit 94eefa5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
16 changes: 8 additions & 8 deletions downloads/downloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,47 +430,47 @@
"g.grunwald"
],
"createdOn": "2021-09-27",
"modifiedOn": "2023-11-28",
"modifiedOn": "2024-11-19",
"files": [
{
"name": "MSI Installer (Windows Intel)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/JDKMon-21.0.5.msi",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/JDKMon-21.0.9.msi",
"fileName": "",
"package": "MSI"
},
{
"name": "PKG Installer (Mac Intel)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/JDKMon-21.0.5.pkg",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/JDKMon-21.0.9.pkg",
"fileName": "",
"package": "PKG"
},
{
"name": "PKG Installer (Mac aarch64)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/JDKMon-21.0.5-aarch64.pkg",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/JDKMon-21.0.9-aarch64.pkg",
"fileName": "",
"package": "PKG"
},
{
"name": "DEB Installer (Linux x64)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/jdkmon_21.0.5_amd64.deb",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/jdkmon_21.0.9_amd64.deb",
"fileName": "",
"package": "DEB"
},
{
"name": "RPM Installer (Linux x64)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/jdkmon-21.0.5-1.x86_64.rpm",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/jdkmon-21.0.9-1.x86_64.rpm",
"fileName": "",
"package": "RPM"
},
{
"name": "DEB Installer (Linux aarch64)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/jdkmon_21.0.5_arm64.deb",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/jdkmon_21.0.9_arm64.deb",
"fileName": "",
"package": "DEB"
},
{
"name": "RPM Installer (Linux aarch64)",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.5/jdkmon-21.0.5-1.aarch64.rpm",
"url": "https://github.com/HanSolo/JDKMon/releases/download/21.0.9/jdkmon-21.0.9-1.aarch64.rpm",
"fileName": "",
"package": "RPM"
}
Expand Down
11 changes: 7 additions & 4 deletions links/2024/2024-11/2024-11-22/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
* binjr v3.20.1 is now available: "_This is an interim release which fixes a regression introduced in v3.20.0 that severely impacts the performances of the CSV and Log files adapters. Read the [full changelog and download it here](https://binjr.eu)."
* Related to this release, [**Frederic Thevenet** shared](https://mastodon.social/@fthevenet/113469334194641331): "_I've been pretty pleased with my custom 'flickering neon sign' effect in JavaFX for the binjr logo, until the moment I realized my 12 y/o had no idea what that flickering was supposed to be! A very 'what's the color of a TV tuned to a dead channel?' moment..._"
* If you want to stay informed about new binjr releases: [subscribe to their RSS](https://binjr.eu/feed_rss_updated.xml).
* [**Gerrit Grunwald** shared a video](https://bsky.app/profile/hansolo.eu/post/3lb2eehtyu22q): "_And here you go... my JavaFX-based QlockTwo with support for swipinp, on a Raspberry Pi." He isn't allowed to share the code because the design is copyrighted, but it is a piece of art to look at and a nice challenge to recreate it by yourself ;-)
* [**Gerrit Grunwald** shared a video](https://bsky.app/profile/hansolo.eu/post/3lb2eehtyu22q): "_And here you go... my JavaFX-based QlockTwo with support for swipinp, on a Raspberry Pi._" He isn't allowed to share the code because the design is copyrighted, but it is a piece of art to look at and a nice challenge to recreate it by yourself ;-)
* [**Jago de Vreede is looking for help](https://x.com/JagoVreede/status/1857082809355002346): "_I've created an early-access build for aarch64 binary for Mac of SKDman-UI. Unfortunately, I can't test that one because I don't have an M-MacBook. Does anyone with an M MacBook want to see if it works?_" The [early-access releases are on GitHub](https://github.com/jagodevreede/sdkman-ui/releases/tag/early-access).

## Games

Expand All @@ -23,16 +24,18 @@

## Podcasts, Videos, Books

*
* A new [interview with **Clément de Tastes**](https://webtechie.be/post/2024-11-19-jfxinaction-clement-de-tastes/) in the "JavaFX In Action" series by **Frank Delporte**: "_In this episode, we take a look at the combination of JavaFX and Quarkus. Thanks to [QuarkusFX](https://www.jfx-central.com/libraries/quarkusfx), we can make use of the many advantages of the Quarkus system to create a desktop application._"

## Tutorials

*
* [**polypragmatist** shared on Bluesky](https://bsky.app/profile/polypragmatist.bsky.social/post/3lbabzug2bk2j): "_Looking to learn JavaFX? Take a look at my [Beginners' Guide to JavaFX](https://www.pragmaticcoding.ca/beginners/intro). It's a 13-part tutorial that takes you from 'Hello World' to building an Reactive GUI with a framework. No FXML, all the layouts are done in code._"

## Miscellaneous

*

## JFX Central

*
* JFX Central is now also on Bluesky: [@jfxcentral.bsky.social](https://bsky.app/profile/jfxcentral.bsky.social)
* New content:
* Video: [JavaFX In Action with Clément de Tastes about QuarkusFX](https://www.jfx-central.com/videos/Vw9S9uuPTlQ)

0 comments on commit 94eefa5

Please sign in to comment.