Giter Site home page Giter Site logo

ddcomp / worldwindjava-pcm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pcmehlitz/worldwindjava-pcm

0.0 1.0 0.0 85.32 MB

fork of NASA's WorldWindJava to support publishing artifacts on Sonatype (Central Repository)

License: Other

HTML 1.12% Java 98.83% PHP 0.03% Scala 0.02%

worldwindjava-pcm's Introduction

WorldWindJava-PCM

This is a fork of the original NASA WorldWind Java repository.

This repository is not intended as an alternative but rather as a staging area for:

Please refer to the original README.md for general WorldWindJava information, which is also included in this distribution as a renamed README_ORIGINAL.md.

The master branch of this repository is only intended to publish artifacts (jars) to local caches (~/.m2 or ~/.ivy2) and servers such as the Central Repository. It does not contain re-distributed 3rd party libraries, and hence does not support the Apache Ant based build process of the original project, which depends on re-distributed jars.

To import the binary artifacts produced by the master branch, add the following line to your SBT build configuration:

libraryDependencies += "com.github.pcmehlitz" % "worldwind-pcm" % "2.1.0.+"

The underlying version of the original repository is kept in a base branch. Use git diff base to quickly assess changes made in the master branch.

Current changes in WorldWindJava-PCM fall into four areas:

(1) update to current versions of JOGL (2.3.2) and GDAL (2.1.0)

(2) support publication of build artifacts to Maven Central, enabling client projects to add WorldWindJava as a normal 3rd party dependency (e.g. in build systems such as SBT, Gradle or Maven). Note this is transitive, i.e. client projects do not have to copy or otherwise resolve any of the libraries used by WorldWindJava. Note that WorldWindJava-PCM uses a different build system SBT to create/publish artifacts than the original WorldWindJava, which uses Apache Ant

(3) thread safety related fixes - WorldWindJava-PCM is mostly used in projects such as RACE that extensively use concurrency and distributed operation to import and process large and highly dynamic data sets. While not all rendering relevant information can be updated outside the UI thread(s), some can with small respective changes within WorldWind

(4) observable animation targets - WorldWindJava-PCM is used for viewers that can be synchronized across the network (e.g. for applications such as situation rooms). To avoid serious lag and potential loss of synchronization between collaborating viewers it is essential that animations such as re-centering or zoom-in/-out are not transmitted as a stream of transient eye positions but as the targeted end-position of the respective animation. To that end, WorldWindJava-PCM contains small, minimally-invasive extensions that allow observation of animation end points in user provided input handlers by overriding a new stub method of OrbitViewInputHandler

protected void setTargetEyePosition(Position targetPosition, AnimationController controller, String actionKey)

Please note this repository uses the same NOSA v1.3 license as the original.

worldwindjava-pcm's People

Contributors

pdavidc avatar emxsys avatar pcmehlitz avatar tag3 avatar moovida avatar zglueck avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.