NASA Posts and Then Removes Link to Java SDK

You have to wonder what is going on with NASA. They had updated their page to allow downloading of the SDK and then they pull back and post this:

The Java SDK will be available by the end of today. (May 10)

Um guys, the cat is already out of the bag now. Anyone feel free to download a copy of the SDK right here.

NASA World Wind Java 0.2.0 release

Update – Trust me, you probably don’t want to download it right now, I can’t get all the tiles to load and even then it is so slow. Probably why they pulled it.

This entry was posted in NASA World Wind, Open Source. Bookmark the permalink. Both comments and trackbacks are currently closed.

9 Comments

  1. Doug
    Posted May 10, 2007 at 1:33 pm | Permalink

    In fairness, it is an 0.2.0 release…. I suppose the better way to approach it is as a proof of concept.

  2. Posted May 10, 2007 at 2:15 pm | Permalink

    This is what they get for not letting the community help with development and releasing only one alpha to a tiny group.

  3. Posted May 10, 2007 at 2:43 pm | Permalink

    Still in a beta/alpha stage :P

  4. Posted May 11, 2007 at 1:16 am | Permalink

    Yeah.. I signed up for the alpha and didn’t hear anything back; though I specialize in real time audio and graphics for Java.

    The tile downloading might vary, but I’m already changing other things..

    The first things I’m looking at replacing are the timing mechanisms used for drawing and keyboard input, etc… IE the use of java.swing.timer and java.util.timer..

    I’ve had my own high resolution timer for quite some time that I’ll be releasing shortly open source.

    So I’m first going to look at possibly improving the timing, but will look for other peformance stuff too..

    Perhaps they took it down because they didn’t really include much license verbiage at the top of the source files.. dunno… Everything runs fine here compiling from the source you posted above.

    I actually presented a BOF at J1 on the topic of timing frameworks and will soon put online a demo rendering engine that has an an interchangeable Java2D and JOGL rendering component that compares performance between each for line rendering. One of the slowest Java2D primitives is the polyline which just happens to be quite useful for drawing roads for instance. ;) One must do some sort of deferred rendering for Java2D whereas real time results are easily attainable with OpenGL (via vertex arrays, vertex buffer objects, or perhaps geometry shaders in the case of this particular demo).

    That demo is somewhat applicable to GIS as last year I made a JVM 1.4+ real time Java2D renderer for TIGER/Line data streamed from a server that utilized deferred rendering if necessary for “some company”..

    I was telling them WWJ was coming.. ;P Though I’m curious how Nasa might work with commercial entities.. I sort of reviewed some more detailed license verbiage months ago that seemed somewhat positive.

  5. Posted May 11, 2007 at 3:37 am | Permalink

    @Michael

    I am really sorry about that.. I tried to get more people added but they wanted me to wait till they had another code drop with bug fixes in it from the first group… you can see how long that took. :\

    I am still working on them about other things, but I suspect in the last 24 hours Tom has aged about 15 years.

  6. Posted May 11, 2007 at 10:46 am | Permalink

    It’s good work though (thanks Tom et al!) and I’m glad it is open source.. It will be quite easy to extend it. I’ll be making it binding agnostic so our LWJGL friends can play too amongst other things..

    Is there a dev specific list for the WWJ?

    I’m pretty keen on the multi-user shared virtual world concept, so I’ll be playing around with that direction too. :)

  7. Posted May 11, 2007 at 10:53 am | Permalink
    Is there a dev specific list for the WWJ?

    I’ve heard that Sun or Oracle might take the lead on that. For now I believe it is being run at World Wind Central.

  8. Posted May 11, 2007 at 10:58 am | Permalink

    The links are going to change and most the docs will be on the NASA side. There are the forums and there is a mailing list but it is not really that active and we will probably point people more to the forums instead.

  9. KoS
    Posted May 11, 2007 at 2:04 pm | Permalink

    Anyone else noticed a similarity in the waves between pic in this post and the pic of James. :)

    KoS

One Trackback

  1. By Java WorldWind « Steve’s Little world on May 10, 2007 at 1:00 pm

    [...] Posted May 10, 2007 It is here… So I think the opened the door a bit too soon, since the streaming of tiles is painful. But once you get some tiles it is really fast in their [...]

  • License

  • Disclaimer

    The information in this weblog is provided "AS IS" with no warranties, and confers no rights.

    This weblog does not represent the thoughts, intentions, plans or strategies of my employer. It is solely my opinion and probably incorrect.

  • Meta