Skip to content

Commit 0e5307c

Browse files
author
pdavidc
committed
Added demo instructions to README.md
1 parent ba68c7a commit 0e5307c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,29 @@ builds have the newest, bleeding-edge World Wind Java features. Intended for dev
4040
- [Releases](https://github.com/NASAWorldWind/WorldWindJava/releases) hosts the daily builds
4141
- [API Documentation](https://worldwind.arc.nasa.gov/assets/java/daily/javadoc) for the current daily build
4242

43+
## Run a Demo
44+
45+
###### From a Web Browser
46+
47+
- [World Wind Demo App](https://worldwind.arc.nasa.gov/java/demos/ApplicationTemplate.jnlp) shows World Wind's basic capabilities
48+
- [Java Demos](http://goworldwind.org/demos) has a complete list of example apps
49+
50+
###### From a Development Environment
51+
52+
- Download and extract the [Latest Release](https://github.com/NASAWorldWind/WorldWindJava/releases/latest)
53+
- Launch the system terminal / command prompt
54+
```bash
55+
cd [World Wind release]
56+
run-demo gov.nasa.worldwindx.examples.ApplicationTemplate
57+
```
58+
59+
###### Troubleshooting
60+
61+
World Wind requires a modern graphics card with a current driver. Most display problems are caused by out-of-date
62+
graphics drivers. On Windows, visit your graphics card manufacturer's web site for the latest driver: NVIDIA, ATI or
63+
Intel. The drivers are typically under a link named Downloads or Support. If you're using a laptop, the latest drivers
64+
are found at the laptop manufacturer's web site.
65+
4366
## JOGL Native Binaries
4467

4568
JOGL performs runtime extraction of native binaries. Some deployment situations may not allow this because it extracts

0 commit comments

Comments
 (0)