Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nomacs/nomacs-plugins
3dparty plugins for nomacs
https://github.com/nomacs/nomacs-plugins
nomacs opencv plugins-nomacs
Last synced: 13 days ago
JSON representation
3dparty plugins for nomacs
- Host: GitHub
- URL: https://github.com/nomacs/nomacs-plugins
- Owner: nomacs
- Created: 2013-05-27T10:38:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T18:03:02.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:04:51.516Z (7 months ago)
- Topics: nomacs, opencv, plugins-nomacs
- Language: C++
- Homepage: https://nomacs.org
- Size: 32.2 MB
- Stars: 36
- Watchers: 6
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nomacs - Plugins
This repository contains officially supported plugins for the image viewer [nomacs](https://github.com/nomacs/nomacs). You can find additional (unstable) plugins [here](https://github.com/diemmarkus/nomacs-plugins).
## Building on Windows
### Prerequisites
- CMake
- git
- python
- [nomacs](https://github.com/nomacs/nomacs)
- [OpenCV](https://github.com/TUWien/opencv) (>= 3.4) _optional_
- `Qt` SDK or the compiled sources (>= 5.2.1)## Building Plugins
- Clone [nomacs](https://github.com/nomacs/nomacs.git)
- cd to the repository, then:
```bash
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
- [nomacs.org](http://nomacs.org)
- [Bugtracker](https://github.com/nomacs/nomacs-plugins/issues)
- [GitHub](https://github.com/nomacs)