-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integrate with python vga-simulator for lab6 #22
Comments
One issue is figuring out exactly how we can tell whether or not the generated images are correct. Perhaps the best way would be to simply open them in a window and the TA can choose whether or not they look good. |
I think at least including the Gist script in this repo (modified for our purposes) would be pretty helpful. |
I don't know if my gist is up-to-date, but one cool thing we could do is just include the gist as a submodule (I think this is possible) |
It's now a repo at https://github.com/ARC-Lab-UF/vga-simulator. |
This doesn't need to happen yet, but I'm wondering if an easy "modular approach" would be to have like an
The process would be something like this
A few benefits to this design:
Some examples of things we can use this for:
|
An alternative design idea is to have + Less duplication when multiple labs require the same subproject (e.g., MOSS) |
Okay, we are definitely doing this. I honestly like the idea of the |
Use something like https://gist.github.com/pvieito/8cdb54a9a03fd36e51c8df6e331a3006 to automatically generate the VGAs! That would be a pretty sick addition to the lab6 testing.
The text was updated successfully, but these errors were encountered: