I've created some basic plugin templates, which people can use to get a quick start at writing compiz plugins. The plugins them self don't contain much more than some basic initialization code but there's a simple makefile example and a slightly more complex autotools example which are useful. If someone got improvements to these templates or some more complex examples they think should be added, please let me know. http://people.freedesktop.org/~davidr/compiz-plugin-templates.tar.bz2 -David
I have also created a template that I like to use. I also structured it so I can customize it with a simple script. It includes lots of code, but just a simple Makefile. http://home.comcast.net/~moppsy/compiz-template.tar.bz2
On Wed, 2006-09-27 at 19:14 +0000, moppsy@comcast.net wrote:> I have also created a template that I like to use. > I also structured it so I can customize it with a simple script. > It includes lots of code, but just a simple Makefile. > > http://home.comcast.net/~moppsy/compiz-template.tar.bz2cool, you should also have the script run indent on the output file to get the indention to better match existing plugins. we should put all these things on the http://www.freedesktop.org/Software/Compiz -David