Developer Portal
From libopenmetaverse - libomv - Developer Wiki
| ||||||||||||||||
Developer PortallibOpenMetaverse and the associated applications can be used for any programmatic control of virtual worlds based on the Second Life protocol. The library itself contains a GridClient class for creating automatons or clients that connect to a virtual world simulator, TestClient provides examples for many of the common operations a bot may want to do, WinGridProxy provides a proxy to capture and decode data flowing between a client and simulator, Simian shows an example simulator implementation, and several graphical applications exist that show scene rendering examples. How do I?The following section gives links to various tutorials regarding the use of libopenmv The BasicsHow do I... Use libopenmv to login to the SL Grid? CommunicationHow do I make my bot... Send an instant message? MovementHow do I make my bot... AppearanceMy bot's appearance is Ruthed! How do I fix it? See Avatar Appearance How do I make my bot... Load and use a complete appearance from inventory? EventsHow do I get notification of... SearchingHow do I search for... Land using DirectoryManager.StartLandSearch? AdvancedRez a prim at a specific point relative to your current position and rotation Use IronPython with libomv?Check out the small but growing page on IronPython here! Help!The following topics contain answers to common questions, think of it as the FAQ. Sugar's Tutorials and ExamplesN00b much? So am I. But as I figure this out I plan to document all the little tasks that plagued me along the way. Sugars Tutorials Hawk's TutorialsC# has a learning curve, but it's overcome with practice. Find my ways around certain oddities or quirks here! Hawk's Tutorials |