UNOFFICIAL openFrameworks addon site

Step 1: Directory structure

The addons follow certain standards which are described in this article. Each addon should try to follow these standards least when you want your addon to be added on this addons page. We prefer your addon to be hosted on Github, together with all the sources and the install.xml.

Below is the preferred directory structure of an addon

/src 
   /libs/ (*1)
        /libname/
            /src/  
            /include/
            /lib 
                /osx
                /vs2010
                /iphone

/libs (*2) 
       /libname/
           /src/  
           /include/
           /lib 
                /osx
                /vs2010
                /iphone  
/example
   /osx
   /vs2010
   /cb_win/
   /cb_linux/
   
/install.xml  
/readme.txt 
/license.txt
	

note 1:
Try to put libraries which you need to compile together with your addon inside the source directory.

note 2
Use the top level libs directory for header only libraries which do not need to be added to your project.

Step 2: Create the install.xml

The install.xml provides general information related to your addon, like author, git-repository, related forum post.

Download here the default install.xml file

Step 3: Fill in the addon form.

When you created an addon and followed the steps above please lets us know where to find the addon by submitting the "addon form" you can find on this website.

Go to the addon form