Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added arguments so that a user can change rectangle and delay without recompiling #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Schievel1
Copy link

Lets face the sad truth: Not every person on earth has his or her machine ready to compile C on it. Getting nmake requires to download the C++ workload for VS, which is 3GB+.

To make the life of other users a little easier, and since I had the ability to compile C now anyway, I decided to add arguments that change the size and position of the rectangle and also the delay to activate it.

Ignore the .vs folder, this is some stuff Visual Studio added.

@dyskos
Copy link
Contributor

dyskos commented Nov 1, 2024

Just to throw it out there, when I made my edits and created a pull request to the repository, I was using MinGW-w64 on Windows 10 and successfully compiled using the same instructions written for those on Linux. So at a bare minimum, anyone genuinely interested in compiling this while using Windows need not install the complete VS toolchain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants