<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Plugin_API</title><link>https://sourceforge.net/p/openantz/wiki/Plugin_API/</link><description>Recent changes to Plugin_API</description><atom:link href="https://sourceforge.net/p/openantz/wiki/Plugin_API/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 31 Jan 2013 07:52:17 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openantz/wiki/Plugin_API/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Plugin_API modified by Shane Saxon</title><link>https://sourceforge.net/p/openantz/wiki/Plugin_API/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shane Saxon</dc:creator><pubDate>Thu, 31 Jan 2013 07:52:17 -0000</pubDate><guid>https://sourceforge.net2d1cfbfa0e29738282109456e85179d7cafa5073</guid></item><item><title>WikiPage Plugin_API modified by Shane Saxon</title><link>https://sourceforge.net/p/openantz/wiki/Plugin_API/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="alink" href="/p/openantz/wiki/Home/"&gt;[Home]&lt;/a&gt; - &lt;a class="alink" href="/p/openantz/wiki/Developer_Guide/"&gt;[Developer_Guide]&lt;/a&gt; - hosted at &lt;a class="" href="http://openantz.com/"&gt;openANTz.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;also see: &lt;span&gt;[OSC_API]&lt;/span&gt; - &lt;span&gt;[OSC_Schema]&lt;/span&gt; - updated 2013-01-30&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Plugin API&lt;/p&gt;
&lt;p&gt;The core application is based on components that can be extended through plugins.&lt;/p&gt;
&lt;p&gt;Plugins can be statically linked and compiled into the executable or loaded at runtime as dynamically linked libraries. &lt;/p&gt;
&lt;p&gt;OS specific file types are as follows:&lt;/p&gt;
&lt;p&gt;static libraries - '.lib' (msw) or '.a' (posix systems, osx, Linux...)&lt;br /&gt;
dynamic libraries - '.dll' (msw) or '.dylib' (osx) or '.so' (linux)&lt;/p&gt;
&lt;p&gt;A common descriptor is used that allows registering a set of functions with defined parameter types. The types are designed to support low-level data types that are well suited for numbers, text, audio, video and 3D. Think in terms of 32bit integers, floats and vertex arrays.&lt;/p&gt;
&lt;p&gt;Plugins can be loaded at runtime at which time the descriptor is used to expose the functionality to the UI and other API's such as C, Java, Python and the &lt;span&gt;[OSC_Schema]&lt;/span&gt;. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Shane Saxon</dc:creator><pubDate>Thu, 31 Jan 2013 06:10:04 -0000</pubDate><guid>https://sourceforge.net9a4a0c4b98b3d5ab3d46d281c70fc984d626cff1</guid></item></channel></rss>