Skip to content

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.

License

Notifications You must be signed in to change notification settings

snellejelle99/C-GUI-Drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published