/CyanoSim

A simulation tool for creating beautiful cyanotypes out of regular images

Primary LanguageC++MIT LicenseMIT


Screenshot 1

Cyanotype Simulator

A simulation tool for creating beautiful cyanotypes from regular images

Table of Contents
  1. About The Project
  2. Running From Source
  3. Screenshots
  4. License

About The Project

This is a little simulator that can be used to create cyanotype artwork from images. Built as a chemistry class assignment. Can convert a sample image, images from disk, or directly from the webcam.

Users can go through the program step by step and see how exactly a cyanotype is created chemically.

Built With

Running From Source

To get this project running locally from source, follow these steps:

Prerequisites

  • Visual Studio (>= 2019)

Instructions

  1. Clone the repo
    git clone https://github.com/DevChrome/CyanoSim.git
  2. Open the project in Visual Studio and build.
  3. Copy the assets folder to the output directory, and run.

Screenshots

Screenshot 2 Screenshot 3 Screenshot 4

License

Distributed under the MIT License. See LICENSE.txt for more information.

[Back To Top]