sarahayu / BadApple

Bad Apple!! in C++
MIT License
19 stars 3 forks source link

Add the ability for the user to simply run the executable #5

Closed martytyty2098 closed 1 year ago

martytyty2098 commented 1 year ago

Running the program from a terminal seems a bit counter-intuitive to most users, so I added the ability for the user to use the program by double-clicking it and then passing in the video path and frame width, as well as handling some exceptions:

sarahayu commented 1 year ago

Looks good. I'll merge once I make a new executable so as to not cause any confusion.