A simple, minimalist, cross-platform photo editor built in C++ with wxWidgets and OpenCV. This project is currently being refactored to work with these libraries as submodules. This is a terrible idea.
- Requirements
- Build
- Run
- Authors
Note that these are untested suggestions for achieving the requirements to run this application in a development environment of your choosing.
$ sudo apt install libgtk-3-dev cmake
Install Visual Studio and its C++ development environment.
Install Homebrew.
$ brew install cmake
Clone the repository with the given argument to download the Git submodules. This may take some time. These libraries will be linked when CMake build is executed.
$ git clone https://github.com/oscarsandford/kamera.git --recurse-submodules
$ chmod 777 configure.sh
$ ./configure.sh
Created by Oscar Sandford.