oscarsandford / kamera

A simple cross-platform photo editor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kamera Studio

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.

Table of Contents

  1. Requirements
  2. Build
  3. Run
  4. Authors

Requirements

Note that these are untested suggestions for achieving the requirements to run this application in a development environment of your choosing.

Linux

$ sudo apt install libgtk-3-dev cmake

Windows

Install Visual Studio and its C++ development environment.

MacOS

Install Homebrew.

$ brew install cmake

Build (Linux, Windows, MacOS)

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

Authors

Created by Oscar Sandford.

About

A simple cross-platform photo editor.

License:GNU General Public License v3.0


Languages

Language:C++ 84.8%Language:CMake 12.7%Language:C 1.6%Language:Shell 0.9%