diff --git a/README.md b/README.md index 793f2b2..70cb889 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,26 @@ Project 0 CUDA Getting Started **University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0** -* (TODO) YOUR NAME HERE - * (TODO) [LinkedIn](), [personal website](), [twitter](), etc. -* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab) +* Henry Zhu + * (TODO) [LinkedIn](https://www.linkedin.com/in/henry-zhu-347233121/), [personal website](https://maknee.github.io/), [twitter](https://twitter.com/maknees1), etc. +* Tested on: (TODO) Windows 10 Home, Intel i7-4710HQ @ 2.50GHz 22GB, GTX 870M (Own computer) -### (TODO: Your README) +## Screenshots + +### Title + +![Title](images/title.png) + +### Timeline + +![Timeline](images/timeline.png) + +### Breakpoint + +![Breakpoint](images/breakpoint.png) + +## Feedback + +Cool stuff -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) diff --git a/images/breakpoint.png b/images/breakpoint.png new file mode 100644 index 0000000..773d267 Binary files /dev/null and b/images/breakpoint.png differ diff --git a/images/timeline.png b/images/timeline.png new file mode 100644 index 0000000..b8d541a Binary files /dev/null and b/images/timeline.png differ diff --git a/images/title.png b/images/title.png new file mode 100644 index 0000000..5c82c3d Binary files /dev/null and b/images/title.png differ diff --git a/src/main.cpp b/src/main.cpp index 886fd4c..99d22b9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,7 +11,7 @@ */ int main(int argc, char* argv[]) { // TODO: Change this line to use your name! - m_yourName = "TODO: YOUR NAME HERE"; + m_yourName = "Henry Zhu"; if (init(argc, argv)) { mainLoop();