JavaScript

From Spherical
Revision as of 01:16, 14 June 2013 by Apollolux (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Disambiguation pageDisambiguation

This disambiguation page lists articles associated with the same title.
If an internal link led you here, you may wish to change the link to point directly to the intended article.
JavaScript is the primary scripting language used in Sphere projects. This wiki contains the following JavaScript tutorials, some regarding JS in general and others for Sphere's particular JS API:
  • Simple OOP, a no-nonsense introduction to Object-Oriented Programming in JavaScript by Tunginobi.
  • OOP Primer, a more thorough tutorial by Kamatsu which discusses Object-Oriented Programming in JavaScript in depth and the use of the Spheritype library to make it easier.
  • Advanced OOP, a not-yet-written guide to using more advanced OOP theory and knowledge.
  • DaVince scripting tutorial, a tutorial by DaVince on the finer points of scripting for Sphere with JavaScript.