Skip to content
Fly Man edited this page May 2, 2015 · 2 revisions

Introduction

LibOpenMetaverse is a collection of .NET libraries written in C# for interacting with 3d virtual world simulators. The core library implements the protocol, networking and client functionality.

Using the library is much like using any other .NET component, We adhere to the Microsoft Framework Design Guidelines wherever possible and extensive API documentation is available.

Additionally there are other assemblies used by the core library that can also be used standalone

OpenMetaverse.dll

Core protocol library and client functionality

OpenMetaverseTypes.dll

Common types utilized in 3d space and generic types utilized by both clients and servers

OpenMetaverse.StructuredData.dll

A library for creating, using and manipulating the OSD serialization format

Clone this wiki locally