|
| Home | Screenshots | Download | Customisation |
Procreate's greatest strength is a powerful API that allows most aspects of the
program to be extended. You can use the API to extend the following
areas of functionality:
Once a custom extension has been implemented and compiled into a class library, placing it in the Extensions subdirectory of the installation location will cause it to be automatically loaded the next time Procreate is run. Each extension is identified by implementing the relevant interface. For example, IRenderer is used to identify a custom rendering mode. Further information and examples will soon be provided here on exactly how to extend each of these areas of functionality. For now you can use the object browser in Visual Studio to browse the available types. |