Scripting
From OpenSimulator
(Difference between revisions)
m (Added link to page for languages) |
m |
||
Line 7: | Line 7: | ||
* [[LSL_Status|implemented LSL-functions]] - A list of LSL-functions that are available | * [[LSL_Status|implemented LSL-functions]] - A list of LSL-functions that are available | ||
* [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | * [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | ||
− | * [[OpenSim: | + | * [[OpenSim:Scripting_Languages|Scripting Languages]] - What languages are supported and how to use them |
===Developers=== | ===Developers=== |
Revision as of 19:44, 1 February 2008
OpenSim Scripting
Users
- OSL Proposals - Suggestions for custom OSL-functions
- implemented OSL-functions - A list of OSL-functions that are available
- implemented LSL-functions - A list of LSL-functions that are available
- Script usage - Tutorial how to use scripts in-world
- Scripting Languages - What languages are supported and how to use them
Developers
- OpenSim: Scripting - Overview
- OSSL Standards - A whitepaper concerning naming-standards for the OpenSim scripting language
- OpenSim.Region.ScriptEngine.Common - How to create your own script engine
- DotNet-Engine - Describes some of the esoteric parts of the DotNet-Engine
- Bot-Design(.Net) - A whitepaper about a buildbot-design in Opensim
Back to Main_Page