https://github.com/miho/jfx3dsample
https://github.com/miho/jfx3dsample
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miho/jfx3dsample
- Owner: miho
- Created: 2014-09-15T12:30:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-15T12:44:00.000Z (over 11 years ago)
- Last Synced: 2025-02-15T21:20:07.587Z (11 months ago)
- Language: Java
- Size: 285 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JFX3DSample
===========
JavaFX 3D sample application.

## 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