An open API service indexing awesome lists of open source software.

https://github.com/miho/jfx3dsample


https://github.com/miho/jfx3dsample

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

JFX3DSample
===========

JavaFX 3D sample application.

![](/resources/img/screenshot.png)

## How to Run It

### Requirements

- Java >= 1.8
- Internet connection (dependencies are downloaded automatically)
- IDE: [Gradle](http://www.gradle.org/) Plugin (not necessary for command line usage)

### IDE

Open the `JFX3DSample` [Gradle](http://www.gradle.org/) project in your favourite IDE (tested with NetBeans 8.0) and build it
by calling the `run` task.

### Command Line

Navigate to the [Gradle](http://www.gradle.org/) project (e.g., `path/to/JFX3DSample`) and enter the following command

#### Bash (Linux/OS X/Cygwin/other Unix-like shell)

sh gradlew run

#### Windows (CMD)

gradlew run