Extending OpenRocket

From OpenRocket wiki
Revision as of 22:18, 25 December 2014 by Plaa (talk | contribs) (Created page with " == Extending OpenRocket == OpenRocket is built to be extensible using plugins. You can implement your own functionality or download plugins implemented by others. This doc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extending OpenRocket

OpenRocket is built to be extensible using plugins. You can implement your own functionality or download plugins implemented by others.

This document describes how to implement your own extensions to OpenRocket.


Plugins

Extensions to OpenRocket are implemented as plugins. All interfaces that may have multiple implementations should be implemented using plugin interfaces internally. That way, external plugins may create new implementations.

Note: Many of the internal interfaces have not yet been changed to use the plugin interface. They will be migrated one by one. Help is appreciated.