Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.98 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.98 KB

C++ GUI Drawing

This is a simple shape drawing program created for an assignment by second year software engineering students at NHL Stenden Hogeschool. The purpose of the assignment was to learn to use and implement design patterns.

Used design patterns:

  • Command Pattern
  • Composite Pattern
  • Decorator Pattern
  • Singleton Pattern
  • Strategy Pattern
  • Visitor Pattern

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Windows 10 Version 1809 (October 2018 Update) or higher
Visual studio 2017 version 15.7 or higher
Universal Windows Platform development package for visual studio

Installing development Environment

Download and extract the master branch of this project

You can download using the link below 

Download link

Unzip the downloaded file using the powershell or another tool of your liking

powershell example:
Expand-Archive c:\Users\*User*\Downloads\C-GUI-Drawing-master.zip -DestinationPath c:\Users\*User*\Documents

Open the c++ GUI Drawing folder

Open c++ GUI Drawing.sln using visual studio 2017

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details