Difference between revisions of "Scripting"

From MoiWiki
Jump to navigationJump to search
Line 3: Line 3:
 
There are a bunch of scripts collected on [http://kyticka.webzdarma.cz/3d/moi/ Petr's MoI page].
 
There are a bunch of scripts collected on [http://kyticka.webzdarma.cz/3d/moi/ Petr's MoI page].
  
There isn't any proper documentation available for scripting (there probably won't be for quite a while yet), but you can download the [http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=190e643ec237656ecd21905cbc1d7059&filename=moi.idl moi.idl file] which contains a list of all interfaces available to scripts and their properties and methods.
+
There isn't any official documentation available for scripting (there probably won't be for quite a while yet), but you can download the [http://moi3d.com/forum/get_attachment.php?webtag=MOI&hash=190e643ec237656ecd21905cbc1d7059&filename=moi.idl moi.idl file] which contains a list of all interfaces available to scripts and their properties and methods.
 +
 
 +
In addition, David Morrill (david dot morrill at gmail dot com) has an unofficial project attempting to document the MoI Javascript API. The current version of that documentation is available at [http://dmorrill.com/moi MoI Javascript API]. This presents the same information found in the moi.idl file, but with more organization and detail.
 +
 
 +
In addition, David Morrill is also working on an external scripting interface for MoI, some preliminary information for which can be found at [http://dmorrill.com/videos/link_test.html MoI external scripting interface].

Revision as of 18:52, 2 April 2010

This can be a place to collect information about scripting in MoI.

There are a bunch of scripts collected on Petr's MoI page.

There isn't any official documentation available for scripting (there probably won't be for quite a while yet), but you can download the moi.idl file which contains a list of all interfaces available to scripts and their properties and methods.

In addition, David Morrill (david dot morrill at gmail dot com) has an unofficial project attempting to document the MoI Javascript API. The current version of that documentation is available at MoI Javascript API. This presents the same information found in the moi.idl file, but with more organization and detail.

In addition, David Morrill is also working on an external scripting interface for MoI, some preliminary information for which can be found at MoI external scripting interface.