Skip to content

kevinroberts/playerfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayerFX

A Media Player implementation in JavaFX.

Prerequisites

  • JDK 11. Java 11 or newer, PlayerFX is written using the Java language version 11, you will need a OpenJDK 11 installed on your machine.

Build

  • clone the PlayerFX repository
  • run one of the following commands from the project root:
    Build and install the jars in the local repository executing all the unit test:
    ./gradlew build

Run

Once you built the artifacts you can find the zip bundle in the distributions directory of the build output folder, unzip it somewhere and run it using the provided script in the bin subdirectory.