This repository contains officially supported plugins for the image viewer nomacs. You can find additional (unstable) plugins here.
- Clone nomacs
- cd to the repository, then:
git submodule init
git submodule update
- this will clone the plugins repository to ./ImageLounge/plugins
- follow the build instructions of nomacs
- This will build all the Plugins set to 'ON' in nomacs-plugins/CMakeLists.txt.
Tip: Go to Your Plugin > Properties > Configuration Properties > Debugging and set the command to your nomacs path (e.g. C:/nomacs/build/Debug/nomacs.exe) to better debug your plugin