kevinroberts / playerfx

JavaFX media player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JavaFX media player


Languages

Language:Java 99.7%Language:CSS 0.3%