Skip to content

pcerioli/dispatcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSim Dispatcher

Extending the behavior of OpenSim primarily involves adding code to the simulator itself through in-world scripts written in LSL. To enable a broader set of languages and applications, we built Dispatcher, a language-independent API for external scripting of OpenSim regions. Using Dispatcher, scripts can be written in any language that provides a JSON messaging interface; the package comes with libraries for Perl and Python. The Dispatcher API supports scene update operations, asset manipulation, inventory and avatar appearance changes, and handling of in-world events.

Here are some examples of the Dispatcher in action:

See the document, Dispatcher Overview, for more information.

About

OpenSim Dispatcher

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 62.2%
  • Perl 25.9%
  • Python 11.9%