Scripting
From OpenSimulator
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | |||
== OpenSim Scripting == | == OpenSim Scripting == | ||
+ | * [http://www.osgrid.org/forums/ Scripting Forum] - Forum for LSL/OSSL developers | ||
===Users=== | ===Users=== | ||
Line 8: | Line 8: | ||
* [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | * [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | ||
* [[OpenSim:Scripting_Languages|Scripting Languages]] - What languages are supported and how to use them | * [[OpenSim:Scripting_Languages|Scripting Languages]] - What languages are supported and how to use them | ||
− | |||
===Developers=== | ===Developers=== | ||
Line 19: | Line 18: | ||
Back to [[Main_Page]] | Back to [[Main_Page]] | ||
+ | [[Category:Users]] | ||
[[Category:Getting Started]] | [[Category:Getting Started]] |
Revision as of 07:41, 6 February 2008
OpenSim Scripting
- Scripting Forum - Forum for LSL/OSSL developers
Users
- OSSL Proposals - Suggestions for custom OSL-functions
- OSSL Implemented - A list of OSL-functions that are available
- LSL Implemented - 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