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.
- Command Pattern
- Composite Pattern
- Decorator Pattern
- Singleton Pattern
- Strategy Pattern
- Visitor Pattern
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
Download and extract the master branch of this project
You can download using the link below
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
- Visual Studio 2017 - The IDE used
- Xaml UI for Universal Windows Platform App - GUI Framework
- Github Desktop - The Git client used
- Jelle Jan Bleeker - Initial work - snellejelle99
- Swen van der Wijngaard - Initial work - SwenvdWijngaard
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details