Skip to content

Commit b4851ec

Browse files
committed
Add README
1 parent 03afd23 commit b4851ec

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎README.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# CS 559 Computer Graphics
2+
3+
I took this course in Fall 2017 with Professor Eftychios Sifakis. It is one of my favorite classes taken in UW-Madison. Computer graphic is really rewarding and inspiring. The requirement of each project can be found [here](http://graphics.cs.wisc.edu/WP/cs559-fall2017/category/assignments/).
4+
5+
The tools I am using are HTML canvas and webGL. Projects include 2D graphics, fake 3D and real 3D graphics. We are also taught to make our own shaders and load 3D object and map textures.
6+
7+
Since some GIF's are quite large, rendering this README page takes some time. You can click the link inside the table below to view the interactive version.
8+
9+
Really appreciate Professor [Michael Gleicher](http://pages.cs.wisc.edu/~gleicher/)'s effort for making the graphic town skeleton code and redesigning this course in 2015! 🎉
10+
11+
|[<img src="gifs/p1.gif" width="300px;"/><br /><sub><b>Project 1</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p1/project1.html)|[<img src="gifs/p2.gif" width="300px;"/><br /><sub><b>Project 2</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p2/project2.html)|[<img src="gifs/p3.gif" width="300px;"/><br /><sub><b>Project 3</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p3/project3.html)|
12+
|:---:|:---:|:---:|
13+
|[<img src="gifs/p4.gif" width="300px;"/><br /><sub><b>Project 4</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p4/project4.html)|[<img src="gifs/p5.gif" width="300px;"/><br /><sub><b>Project 5</b></sub>](https://goo.gl/o9xbbg)|[<img src="gifs/p6.gif" width="300px;"/><br /><sub><b>Project 6</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p6/project6.html)|
14+
|[<img src="gifs/p7.gif" width="300px;"/><br /><sub><b>Project 7</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p7/)|[<img src="gifs/p8.gif" width="300px;"/><br /><sub><b>Project 8</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p8/)|[<img src="gifs/p10.gif" width="300px;"/><br /><sub><b>Project 9-10</b></sub>](http://jayw-www.cs.wisc.edu/cs559/p10/)|

0 commit comments

Comments
 (0)