Difference between revisions of "Main Page"

From SmartBots Developers Docs
Jump to: navigation, search
Line 13: Line 13:
 
== Write complete programs for bots ==
 
== Write complete programs for bots ==
  
Currently we are working on javascript-based bot programming suite: [[Bot Playground]]([https://www.mysmartbots.com/blog/2016/05/program-your-second-life-bots-in-javascript/ read the announcement here]).
+
Currently we are working on javascript-based bot programming suite: [[Bot Playground]]. Read the blog post [https://www.mysmartbots.com/blog/2016/05/program-your-second-life-bots-in-javascript/ here]).
  
 
Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.
 
Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.

Revision as of 14:20, 28 June 2016

Welcome to SmartBots Developers wiki!

Historically, we kept the developers documentation in our common docs here. We will be moving articles to this website little by little.

SmartBots provides various ways for developer to control bots, send group invitations, manage notices etc etc. Here are the most important of them:

Control SmartBots from other languages

Write complete programs for bots

Currently we are working on javascript-based bot programming suite: Bot Playground. Read the blog post here).

Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.

Play@SmartBots is a replacement for SBSL (SmartBots Scripting Language).


Where do I get more info?

For AdminBot and APIs see the original docs.