Scripting
From OpenSimulator
(Difference between revisions)
(→OpenSim Scripting) |
|||
Line 5: | Line 5: | ||
== OpenSim Scripting == | == OpenSim Scripting == | ||
* [http://www.osgrid.org/forums/ OS-Grid Forums] - LSL/OSSL discussions, examples, tips, etc. | * [http://www.osgrid.org/forums/ OS-Grid Forums] - LSL/OSSL discussions, examples, tips, etc. | ||
− | |||
* [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | * [[OpenSim:Scripting|Script usage]] - Tutorial how to use scripts in-world | ||
Revision as of 06:36, 15 June 2010
OpenSim Scripting
- OS-Grid Forums - LSL/OSSL discussions, examples, tips, etc.
- Script usage - Tutorial how to use scripts in-world
Users
- OSSL Proposals - Suggestions for custom OSL-functions
- OSSL Implemented - A list of OSL-functions that are available
- OSSL Texture Drawing Functions - Details of the os texture drawing functions
- LSL Implemented - A list of LSL-functions that are available
- Scripting Languages - What languages are supported and how to use them
Developers
- 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