Scripting

From World Wind Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 00:38, 25 June 2005 (edit)
Nosilleg (Talk | contribs)
m (removed cat:dev)
← Previous diff
Revision as of 21:37, 26 September 2005 (edit) (undo)
85.124.168.65 (Talk)
(Creating Scripts)
Next diff →
Line 9: Line 9:
*[http://worldwind.arc.nasa.gov/forums/index.php?act=Attach&type=post&id=217 World Wind Scripting 1.0 specification] (PDF) *[http://worldwind.arc.nasa.gov/forums/index.php?act=Attach&type=post&id=217 World Wind Scripting 1.0 specification] (PDF)
*[http://cvs.sourceforge.net/viewcvs.py/nasa-exp/Scripts/?sortby=date Sample World Wind scripts] *[http://cvs.sourceforge.net/viewcvs.py/nasa-exp/Scripts/?sortby=date Sample World Wind scripts]
 +*[http://forum.worldwind.arc.nasa.gov/index.php?showtopic=3938 Skripter: WW 1.3.2 Plug-in for creating Scripts]
*[http://forum.worldwind.arc.nasa.gov/index.php?showtopic=2284 Tools for creating Scripts] *[http://forum.worldwind.arc.nasa.gov/index.php?showtopic=2284 Tools for creating Scripts]

Revision as of 21:37, 26 September 2005

Scripting, also known as Timeline scripting provides a way to automate a user’s experience with World Wind. A World Wind script contains settings that determine and vary the user’s view of the world, including their location and the features annotating or overlaying the globe.

Contents

Creating Scripts

Tom Gaskins has released the final version of the World Wind Scripting 1.0 specification. There are a few changes from the previous revision.

Known Issues in 1.3.1

  • Viewing Angle isn't implemented yet
  • Script can act erratic when '.' isn't the OS expected seperator for coordinates

Creating Scripting Engine

Scripting in .NET Links

Explaination of where scripting is going in VS.NET - VSIP

  • This intimates that the runtime will be free, but the IDE support is being removed from VS.NET it seems.

ScriptPad.NET

VSA Scripting

DIY

DIY2

There is also an example in the DX SDK in <SDK Root>\Samples\Managed\Direct3D\Scripting\readme.htm.

Slightly to the side but interesting ideas:

LuaInterface

CSCScript - C# Scripting in the flavor of WScript

See also

Personal tools