Difference between revisions of "Plugin architecture"

From Second Life Wiki
Jump to navigation Jump to search
Line 11: Line 11:
# Implementations
# Implementations
## [[Plugin_architecture_Low-level Architecture|Architecture for direct dynamic library loading]]
## [[Plugin_architecture_Low-level Architecture|Architecture for direct dynamic library loading]]
### [[Plugin_architecture_Changes|More ideas on direct dynamic library loading]]

Revision as of 20:12, 12 February 2007

As of this writing (February 12, 2007), there's not an official plugin architecture in the Second Life viewer. However, there's been a lot of interest in developing one. This page (and the pages it links to) are an attempt to capture a lot of the informal discussion that has occurred so far.

Table Of Contents

  1. Discussions
    1. Survey of Client Plugins as Potential Models
    2. Security Model Issues
    3. Cross Platform Issues
    4. PlugIns affecting Client Stability
    5. Plugin <--> LSL Communication Channels
  2. Implementations
    1. Architecture for direct dynamic library loading
      1. More ideas on direct dynamic library loading