Added link to Raytracer code

This commit is contained in:
Greg 2012-07-30 15:26:06 -07:00
parent d32e6d6433
commit e78e96e8fd
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
<body>
<h1>Projects</h1>
<ul>
<li> <a href="https://github.com/neunenak/Raytracer">C++ Raytracer</a> written for CS184 Intro to Computer Graphics. This was a partner project with <a href="https://github.com/miedwards">Mark Edwards</a>
<li> <a href="http://neunenak.github.com/html5go">HTML 5 Go</a>
Implementation of the board game Go in pure HTML5, using the canvas (work in progress).
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a>
This version is currently hosted on heroku and is being used as a dictionary for a constructed langauge.
This version is currently hosted on heroku and is being used as a dictionary for a constructed langauge. A next version with cleaner CSS and an updated layout is in progress.
</ul>
</body>
</html>