Skip to content

nomacs/nomacs-plugins

Repository files navigation

nomacs - Plugins

This repository contains officially supported plugins for the image viewer nomacs. You can find additional (unstable) plugins here.

Building on Windows

Prerequisites

  • CMake
  • git
  • python
  • nomacs
  • OpenCV (>= 3.4) optional
  • Qt SDK or the compiled sources (>= 5.2.1)

Building Plugins

  • 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.

Debug Plugins (Visual Studio)

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

Links