Plugins

Plugins

Currently, the only plugins available for LuXr are those that I wrote personally. These are included in the standard distribution. Once/If a greater variety is released they will be listed here.

Plugin development

Developing plugins for LuXr is incredibly easy: You just need a text editor and a very basic grasp of C# programming. The source for the included plugins is a good starting point until(?) I write better documentation. The most simple one is the google search plugin, which consists of only 9 "real" lines of code.

For more advanced techniques, and to find out how to use the configuration framework (again, really easy) check out the launcher plugin source. Also note that you can load any dll in a plugin. An example of this is the evaluator plugin.

© 2006 Peter Thoman | Plugins by various authors
Design based on andreas05 by Andreas Viklund