World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > WWJ Release Announcements

WWJ Release Announcements WWJava release announcements thread, no other topics please.

Reply
 
Thread Tools Display Modes
Old 03-06-2009, 10:15 PM   #1
tag
WWJ Technical Manager
 
Join Date: May 2007
Location: Seattle
Posts: 459
Default WWJ SDK daily source is now available

As I mentioned earlier, it's been difficult to find time to get the code into a solid release state and do a formal release. Our sponsors keep our small team very busy developing new features. To relieve your frustration and ours, we're making the daily development code available. We don't consider this a release, just a code drop so that you can be fully up-to-date with ongoing development.

The daily code drop, hereafter posted nightly, is at http://builds.worldwind.arc.nasa.gov

Patrick will soon post a summary of features we believe are new since the 0.5 release and refresh.

What remains to make a 1.0? Final definition and clean-up of the API, both the public and the protected interfaces, documentation, and resolution of important issues that users have identified in our bug tracker and on the forum. We do intend a 1.0, but don't know a delivery date yet.

Some will ask why we don't put the code under source control on SourceForge or somewhere else. The reason is that our sponsors rely on the consistency and correct operation of the daily code and want zero possibility of unauthorized modification, and we are required to minimize the possibility that code that is not supposed to be made public remains out of the public releases. The system we're announcing today is the best compromise among public and internal needs. (There are likely people reading this who want to argue the point, but please don't. We're doing all that we are able.)

Thanks for your continued support and for all the great apps you're developing. Interest in WWJ is the strongest it's ever been, and is clearly increasing.
tag is offline   Reply With Quote
Old 03-06-2009, 10:41 PM   #2
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

Here is the change list from 0.5

Changes from WWJ SDK 0.5 to 0.6 early access - March 6, 2009
------------------------------------------------------------
  • New Airspace shapes and volumes, terrain conformant. See render.airspaces package and examples.Airspaces and AirspaceBuilder
  • New rubber sheet images. See util.ImageUtil and examples.RubberSheetImage
  • New measure tools. See util.measure package and examples.MeasureToolUsage
  • New 'on-screen display' layers: ViewControlsLayer, LayerManagerLayer and StatusLayer
  • New ContourLine renderable primitive. See examples.ContourLines
  • New Web Service Catalog support. See applications.gio
  • Data import and installation:
  • Local imagery and elevation import into WWJ cache format - see data.TiledImageProducer and data.TiledElevationProducer
  • Reading, writing, and discovery of file descriptors for WWJ cache format - see cache.FileStore and data.DataDescriptor
  • Discovery and conversion of WWJ.Net cache format - see data.WWDotNetDataLayerSetReader and data.WWDotNetLayerSetInstaller
  • New DDS compressor with support for mipmaps - see formats.dds.DDSCompressor
  • Icon layer and renderer allow to use absolute elevations, apply horizon and view clipping
  • Applet package updated for Sun Next Generation Java plugin support
  • Conpound and local elevation models. See terrain package
  • FlatWorld example updated with round/flat globe switching code
  • Track markers updated - see render.markers package, layers.MarkerLayer and examples.MarkersOrder
  • PlacenameLayer updated - see layers.placename package and examples.Placenames
  • TerrainProfileLayer new 'follow path' mode - see examples.MeasureToolUsage
  • Terrain intersection test for Line and elevation. See terrain.SectorGeometryList and render.ContourLine
  • On-screen layers display location offset - see layers.Compass, WorldMap, Scalebar...
  • New format support: tab, tiff and world file - see format package
  • Tiled image layers alpha blending fixed and mipmap support.
  • New examples.util package - browser launcher, audio and slides players, image viewer...
  • Data driven navigation sensitivity settings - see awt.ViewInputAttributes.
  • Redesigned OrbitViewInputBroker as ViewInputHandler - see awt.ViewInputHandler. Improved navigation near the terrain, and made it easier for applications to extend or modify the navigation behavior.
  • Sharper image-based surface shapes. Experimental geometry based surface shapes.
  • Experimental hybrid tessellator to better handle the poles.
  • Improved WMS server
  • Image transformation and reprojection utilities. See util.ImageUtil.
  • New Ant build structure.
  • Collision detection demo.
  • New network status host available/unavailable events.
  • Added a pre-render stage to the system, and implemented classes to create textures by drawing to the frame buffer or an FBO, most typically during the pre-render stage.
  • Refactoring
  • Position is now a LatLon subclass
  • On hold
  • Fog layer produces artifacts with the new tiled image layer premultiplied alpha blending and has been removed
  • Remote surface images are being reworked into a more generic scheme
__________________
My World Wind Java Blog & WW.net Plugins page

Last edited by patmurris; 03-06-2009 at 10:50 PM.
patmurris is offline   Reply With Quote
Old 03-06-2009, 10:43 PM   #3
bull
Cosmic Overlord
 
bull's Avatar
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 2,362
Default

Nice job tag, this will please many developers, I know you said not to ask about SVN but once 1.0 is released will the restrictions change?
__________________
Bull_[UK]

bull is offline   Reply With Quote
Old 03-06-2009, 11:03 PM   #4
m_k
Bored Explorer
 
m_k's Avatar
 
Join Date: Nov 2004
Location: Warsaw, Poland
Posts: 1,737
Default

Thanks for your great work.

(BTW I get 404 errors on WMS builds from http://builds.worldwind.arc.nasa.gov...oad_server.asp)
__________________
Hot stuff: FAQ, forum search, DirectX, .NET, Video Card Compatibility list
m_k is offline   Reply With Quote
Old 03-06-2009, 11:10 PM   #5
jlittle
Junior Member
 
Join Date: Mar 2009
Posts: 1
Default oops!

This should be fixed now, the URL to the zip files was missing a slash...

Doh!
jlittle is offline   Reply With Quote
Old 03-07-2009, 01:17 AM   #6
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

World Wind Java 0.6 screenshots and notes can be found here:
http://patmurris.blogspot.com/2009/0...available.html
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 03-07-2009, 01:23 AM   #7
TomServo
God. Root. What is difference?
 
TomServo's Avatar
 
Join Date: Sep 2004
Location: Eastern Pennsylvania
Posts: 2,856
Default

Ooooh, nice!
__________________


Earth is Square blog

PUBLIC NOTICE AS REQUIRED BY LAW: Any use of this forum post, in any manner whatsoever, will increase the amount of disorder in the universe. Although no liability is implied herein, the consumer is warned that this process will ultimately lead to the heat death of the universe.
TomServo is offline   Reply With Quote
Old 03-07-2009, 02:15 AM   #8
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

Please use this thread for migration issues:
http://forum.worldwindcentral.com/sh...ad.php?t=21114
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 03-07-2009, 11:09 AM   #9
marjancek
Member
 
Join Date: Sep 2008
Posts: 76
Default

Thanks guys for enduring us and our "are we there yet" questions! these months! Digging the code now.
__________________
Mariano Cecowski
http://gaeaplus.si
marjancek is offline   Reply With Quote
Old 03-07-2009, 11:14 AM   #10
isapoetra
Junior Member
 
Join Date: Feb 2009
Posts: 1
Default

thanks, nice improvement. btw is there any subversion access to WWJ source code ?
isapoetra is offline   Reply With Quote
Reply

Tags
None


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to setup WWJ Hervé Development Help 66 03-03-2010 01:25 AM
how to solve the access problem jlih Development Help 9 04-03-2009 01:27 AM
Exception occur satish Development Help 0 06-12-2008 12:44 PM
problem with version 0.4.0 Unregistered Development Help 11 12-06-2007 04:07 AM
Can't connect to servers hroo772 Technical Support 11 02-12-2005 02:19 AM


All times are GMT +1. The time now is 05:18 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.