| Prev | Getting Started – Table of Contents | Next |

Part 6: How to add a new plugin to AMCF

If you want to add your own plugin you have to create some folder, copy some and edit some files. A simple plugin sample, to be used as a template, is the “Demo” plugin, located in branch “develop”. To create your 1st “Hello World” plugin for windows, clone the branch “develop”, run “build_clean_win64.bat”, open the solution and build it (similar to the workflow described in previous chapter).

Following steps are to create a new plugin “My1stPlugin” as a copy of “Demo”.