World Wind Forums

Go Back   World Wind Forums > WorldWind .Net Development > Ports

Ports Porting World Wind to different platforms.

Reply
 
Thread Tools Display Modes
Old 04-13-2006, 07:38 AM   #1
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default NWW Java/OpenGL clone

I've been working on a 3D view for Vitaliy Pronkin WW2D. Still in alpha but coming together...

You can download an alpha version here. It has to be applied over a working installation of WW2D.



Please read the 'readme.txt' for keyboard controls and known issues and let me know how it performs on what platform... if it works [img]style_emoticons/<#EMO_DIR#>/wink.gif[/img]
__________________
My World Wind Java Blog & WW.net Plugins page

Last edited by patmurris; 05-11-2006 at 03:53 AM. Reason: Mention of Java/OpenGL in title
patmurris is offline   Reply With Quote
Old 04-14-2006, 09:47 AM   #2
mazop
Member
 
Join Date: Feb 2005
Location: Austria
Posts: 96
Default

hi pat. i tested it on W2k as well as on XP and it works without problems ! very nice job [img]style_emoticons/<#EMO_DIR#>/wink.gif[/img]
__________________
browse and download all free AddOns i have built for World Wind and Punt
http://www.dynagis.net/wwdownload/free_addons.html
mazop is offline   Reply With Quote
Old 04-18-2006, 03:51 PM   #3
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

<div class='quotetop'>QUOTE(mazop @ Apr 14 2006, 04:47 AM) Quoted post</div><div class='quotemain'>
hi pat. i tested it on W2k as well as on XP and it works without problems !
[/b][/quote]
Thank you mazop.
I posted alpha version 3 - better and more stable; still no SRTM data yet.
I'd love to see some mac and linux screen shots...
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 04-18-2006, 05:17 PM   #4
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Adelaide
Posts: 417
Default

Way to go Pat .. u beat NASA to it [img]style_emoticons/<#EMO_DIR#>/smile.gif[/img]
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Was blogging at: http://whatnick.blogspot.com
Impact so far:


what_nick is offline   Reply With Quote
Old 04-19-2006, 01:54 AM   #5
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Adelaide
Posts: 417
Default

Hi Pat,
Testing the alpha. I have the following error


Exception in thread "main" java.lang.AbstractMethodError: org.ww2d.core.PluginBa
se.getName()Ljava/lang/String;
at org.ww2d.core.ConfigLoader.parsePlugin(C onfigLoader.java:1065)
at org.ww2d.core.ConfigLoader.parse(ConfigL oader.java:885)
at org.ww2d.core.ConfigLoader.load(ConfigLo ader.java:51)
at org.ww2d.core.Program.main(Program.java: 63)

with the following VM

java version "1.5.0_06"
Java™ 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot™ Client VM (build 1.5.0_06-b05, mixed mode)


cheers,
what_nick.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Was blogging at: http://whatnick.blogspot.com
Impact so far:


what_nick is offline   Reply With Quote
Old 04-19-2006, 03:10 AM   #6
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

<div class='quotetop'>QUOTE(what_nick @ Apr 18 2006, 08:54 PM) Quoted post</div><div class='quotemain'>
Hi Pat,
Testing the alpha. I have the following error
Exception in thread "main" java.lang.AbstractMethodError: org.ww2d.core.PluginBa
se.getName()Ljava/lang/String;
[/b][/quote]
Does WW2D works by its own ?
The update should be deployed over a working installation...
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 04-19-2006, 03:33 AM   #7
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Adelaide
Posts: 417
Default

<div class='quotetop'>QUOTE(patmurris @ Apr 19 2006, 12:40 PM) Quoted post</div><div class='quotemain'>
<div class='quotetop'>QUOTE(what_nick @ Apr 18 2006, 08:54 PM) Quoted post</div><div class='quotemain'>
Hi Pat,
Testing the alpha. I have the following error
Exception in thread "main" java.lang.AbstractMethodError: org.ww2d.core.PluginBa
se.getName()Ljava/lang/String;
[/b][/quote]
Does WW2D works by its own ?
The update should be deployed over a working installation...

BTW: can you remove the email addreses from your previous post ? Enough junk mail already [img]style_emoticons/<#EMO_DIR#>/dry.gif[/img]
[/b][/quote]
Yep WW2D works fine.
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Was blogging at: http://whatnick.blogspot.com
Impact so far:


what_nick is offline   Reply With Quote
Old 04-19-2006, 04:37 AM   #8
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

<div class='quotetop'>QUOTE(what_nick @ Apr 18 2006, 10:33 PM) Quoted post</div><div class='quotemain'>
Yep WW2D works fine.
[/b][/quote]
Damn ! I've no idea.
Do you have a recent WW2D version ?
The 3D update is based on 0.99.87 that dates from 11-25-2005. There has been a couple updates since but it works with them too. What OS are you using ?
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Old 04-19-2006, 07:33 AM   #9
what_nick
Worldwind Developer
 
Join Date: Jan 2006
Location: Adelaide
Posts: 417
Default

I think it's an error with the Java Version did u use 1.5?
__________________
Coding This and That in World Wind and helping new people out, as long as they don't pester too much.
Currently blogging at: http://whatnicklife.blogspot.com
Was blogging at: http://whatnick.blogspot.com
Impact so far:


what_nick is offline   Reply With Quote
Old 04-19-2006, 08:18 AM   #10
patmurris
WWJ Consultant
 
patmurris's Avatar
 
Join Date: Jun 2005
Location: Saint-Paul de Vence, Alpes Maritimes, France
Posts: 3,412
Default

<div class='quotetop'>QUOTE(what_nick @ Apr 19 2006, 02:33 AM) Quoted post</div><div class='quotemain'>
I think it's an error with the Java Version did u use 1.5?
[/b][/quote]
I use jre/jdk 1.5.0_06.
You use build 1.5.0_06-b05 - not sure if the -b05 is to blame ?
__________________
My World Wind Java Blog & WW.net Plugins page
patmurris is offline   Reply With Quote
Reply


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

Posting Rules
You may 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
WW2D is ready! pronvit Ports 67 07-05-2010 09:26 AM
WW2D 0.99.87 released! pronvit Ports 13 02-19-2006 09:57 AM
WW2D Beta is ready! pronvit Ports 47 10-08-2005 12:22 AM
WW2D & .NET pronvit Ports 4 09-09-2005 05:48 PM


All times are GMT +1. The time now is 04:40 PM.


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