Skip to content

Modular applications using JavaFX, including Modular Arithmetic Graph

License

Notifications You must be signed in to change notification settings

trashgod/modular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modular Project

Project modular is a simple framework that provides a home for Modular JavaFX applications. Applications or controllers that implement the Modular interface can easily be added to the ModularHome controller. See the wiki for additional details.

To run the program from the command line, type:

mvn clean javafx:run

Blend Mode Application

A Modular JavaFX application with controls to select colors and examine the effect of the selected JavaFX BlendMode. A similar example is discussed here; more here.

BlendApp.png

HSB Application

A Modular JavaFX application with controls that select a color and adjust the hue, saturation and brightness of a color swatch in the HSB color model.

HSBApp.png

HTree Application

A Modular JavaFX application that displays an HTree along with control for depth, stroke, color and animation.

HTreeApp.png

Modular Arithmetic Graph

This Modular JavaFX application renders chords connecting points on a circle. Patterns emerge as the controls are adjusted interactively. The project was inspired by Times Tables, Mandelbrot and the Heart of Mathematics. Typical images produced by the application resemble the ones shown here.

ModularApp.png

Status Application

A Modular JavaFX FXML application that displays a graph of recent memory usage.

About Application

A Modular JavaFX FXML application that displays information about the application and provides a link to this repository.