Updates to my plugin source code

Discuss development of plugins.

Updates to my plugin source code

Postby leo » 14 May 2008, 16:09

Updated C++ source code for my GIFAnim, NFO and TextThumb plugins is now available from my web page:

http://www.pretentiousname.com/pnop_source/index.html

Source for the JP2Raw and Ogg plugins is also there (but is not new).

On the page you will see that I've written a little bit about each plugin from a programmer's perspective. Hopefully this makes the examples more useful as you can get an idea of the different kinds of plugins that can be written and see which plugins would serve as good examples for your particular project. (This certainly isn't an exhaustive list, though. There are no VFS (virtual file-system) plugins at all yet, for example.)
User avatar
leo
Admin
 
Posts: 14688
Joined: 07 Nov 2004, 01:30
Location: London, UK
OS: Windows 7 64-bit
Opus: Illuminati

Postby leo » 22 May 2009, 19:46

I've updated my C++ source page again.

The main additions are the new/re-written plugins that are part of yesterday's Opus 9.1.2.0 release:

  • Audio Tags
  • Raw Digital Camera
  • Targa
I've also updated all the other code on the page with the latest versions. (Nothing too exciting has changed in the old plugins from a developer's perspective, else I would've mentioned the changes sooner.)

As well as providing the source code the page has some discussion about the development of some of the plugins.
User avatar
leo
Admin
 
Posts: 14688
Joined: 07 Nov 2004, 01:30
Location: London, UK
OS: Windows 7 64-bit
Opus: Illuminati


Return to Plugin Development