Hi everyone,
I just thought I would spin up a new forum thread to show off what myself and @Rich have been working on over the past couple of weeks. To help out with developers who would like to get their foot in the door when it comes to writing new LSPDFR callouts, we thought it would be a good idea to write some code for you to cross-reference when writing your own callouts.
Requirements
You will need the following to get started:
Visual Studio (or another IDE) installed.
Basic knowledge of the C# language - remember, an LSPDFR callout plugin should not be your first C# project. You should learn C# beforehand.
Source:
You can view and download the source code: https://github.com/thatmaxplayle/LSPDFRBasePlugin
Contributions:
If you're a more experienced developer, please feel free to chip in and drop me a message on Discord (@thatmaxplayle#8811) or via LCPDFR.com to be added to the contributors list. Alternatively, you can just fork the project and submit a PR with your changes. 🙂
License:
Make sure to follow the terms of the MIT license which is outlined on the GitHub page.
You can use this topic if you're having trouble, of it you have any questions.