Skip to content

nomacs/nomacs-plugins

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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