These are links to some of the projects I’ve worked on lately and published on GitHub. If you find any of the programming techniques useful or interesting, feel free to fork these projects.
WeatherFX
A sample application with an MVC Reactive JavaFX framework connected to an external API through a domain service and and Interactor.
This application is intended to demonstrate how you can write a JavaFX application that “does something”.
WordleFX
The popular game, “Wordle” implemented as a desktop application, written in Kotlin using Reactive JavaFX
MineSweeper
The classic game “MineSweeper” written in Reactive JavaFX using a multi-layered MVC design.