Greg Shuflin
+ Contact me:greg [dot] shuflin [at] gmail [dot] com
+ Developer Portfolio
+These are a few software projects I have worked on, either for a + class or independently, that I think are particularly interesting. + You can see the source code for these and other projects I'm working + on on my Github profile. +
-
-
- C++ Raytracer written for CS184 Intro to Computer Graphics. This was a partner project with Mark Edwards -
- HTML 5 Go - Implementation of the board game Go in pure HTML5, using the canvas (work in progress). +
- C++ Raytracer written for CS184 at UC Berkeley, Intro to Computer Graphics. This was a partner project with Mark Edwards +
- HTML 5 Go + an implementation of the board game Go (碁) in pure HTML5. It uses the canvas to draw the gameboard, with the game logic written in Javascript (work in progress - the game is playable but some more advanced features are not yet implemented)
- Arbitrary-language Django Dictionary - 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. + a web interface for a dictionary in an arbitrary language, written + using the Django Python web framework and currently hosted on Heroku.