Difference between revisions of "Plugin architecture Low-level Architecture"

From Second Life Wiki
Jump to navigation Jump to search
(Redirecting to Plugin architecture)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The three technical challenges for creating a plugin architecture are as follows:
#REDIRECT [[Plugin architecture]]
 
== Code loading ==
Dynamic loading of natively-compiled executable code can be accomplished with dlopen / dlsym in Linux and MacOSX and LoadLibrary on Win32.
 
[[dlopen code example]]
 
== Calls from viewer to plugin (hooks) ==
== Calls from plugin to viewer (exposing an API) ==

Latest revision as of 10:48, 14 February 2007