Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.35 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.35 KB

Advanced Programming Course - HW6

This is an OPTIONAL homework!

Homework 6 - Fall 2022 Semester
Deadline: Jome 16 day - 11:59 pm




Outline

Create a programm with GUI and draw this famous figure:

final

but you have to do it in an iterative way (draw each line one by one) and also put some settings on the screen so that the user can change some of the shape's specifications (like the tickness of the lines, the delay between drawing the lines, number of lines, and ...).

A very simple example of what you should do: (see resources/vid.gif if following figure is not loading)

final

Do not use docker to imeplement your code and you can use either Qt in C++ or PyQt.



create a video of the final version of your program and upload it with your source files



GOOD LUCK


final