shuttleofx / ShuttleOFX

Create, share and play online with image processing plugins.
http://shuttleofx.org
16 stars 6 forks source link

Upload New Plugin Page: change wording #182

Closed fabiencastan closed 8 years ago

fabiencastan commented 8 years ago

Here you can upload OFX plugins to add them to the ShuttleOFX catalog.

  1. Your plugins should respect the OpenFX standard.
  2. Your plugins should should be compiled for Linux 64 bits. We use the Docker image of TuttleOFX to load and process your plugins, so you can reproduce the same environment locally to ensure that your plugins are recognized.
  3. If your plugins used shared libraries you can put them in a folder "lib" or "lib64" at the root of your archive:
./PLUGIN_A.ofx.bundle/
./PLUGIN_B.ofx.bundle/
./lib/ <-- shared libraries
  1. Compress your plugins in a tar.gz archive.
  2. Fill the form below with a name and a description of the bundle of plugins and click GO.
  3. Drag and drop your archive and click UPLOAD.
  4. Wait until you have confirmation that the bundle has been uploaded and processed correctly.