Skip to content

oscarsandford/kamera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published