Skip to content

Commit

Permalink
Updated project listing, and added low res images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Hernvall committed Sep 29, 2011
1 parent 20f7a50 commit 5809118
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
Binary file added img/3dengine-small.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/3dengine.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/candify.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/collapsible.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cropper.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 25 additions & 5 deletions index.html
Expand Up @@ -49,7 +49,7 @@ <h2>Projects</h2>

<h3>Candify</h3>

<img src="http://github.com/EmilHernvall/candify/raw/master/candify.png" width="800" />
<a href="http://github.com/EmilHernvall/candify/raw/master/candify.png"><img src="img/candify.jpg" /></a>

<p>
A visualizer framework for spotify, using the official libspotify. Includes some
Expand All @@ -60,7 +60,7 @@ <h3>Candify</h3>

<h3>Cropper</h3>

<img src="http://github.com/EmilHernvall/cropper/raw/master/cropper.png" width="800" />
<a href="http://github.com/EmilHernvall/cropper/raw/master/cropper.png"><img src="img/cropper.jpg" /></a>

<p>
Simple program to crop images quickly. Written using WinApi and GDI+.
Expand All @@ -69,7 +69,7 @@ <h3>Cropper</h3>

<h3>Collapsible</h3>

<img src="http://github.com/EmilHernvall/collapsible/raw/master/collapsible.jpg" />
<a href="http://github.com/EmilHernvall/collapsible/raw/master/collapsible.jpg"><img src="img/collapsible.jpg" /></a>

<p>
Horrendously ugly tetris clone. WinApi and DirectDraw.
Expand All @@ -93,9 +93,9 @@ <h3>Project Euler Solutions</h3>

<h3>Mosaic</h3>

<a href="http://blog.c0la.se/examples/mosaic/samples/raven.jpg">
<!--<a href="http://blog.c0la.se/examples/mosaic/samples/raven.jpg">
<img src="http://blog.c0la.se/examples/mosaic/samples/raven.jpg" height="300" />
</a>
</a>-->

<p>
A small unix program that constructs an image mosaic from a source image
Expand All @@ -110,6 +110,26 @@ <h3>Calculator</h3>
Also includes some primitive plotting capabilities.
<a href="https://github.com/EmilHernvall/calculator">Code is here.</a>
</p>

<h3>3D Engine</h3>

<a href="img/3dengine.jpg"><img src="img/3dengine-small.jpg" /></a>

<p>
Experiment with software rasterization. Written mostly as a learning project,
and horrendously unoptimized.
<a href="https://github.com/EmilHernvall/3DEngine">Code is here.</a>
</p>

<h3>Quad Tree</h3>

<p>
An implementation of a <a href="http://en.wikipedia.org/wiki/Quadtree">Quad Tree</a>,
originally written for use in a Minecraft Server. Optimized for efficiently looking
up which of a set of rectangles that a point in 2d space belongs to. Only supports
a sub set of operations right now.
<a href="https://github.com/EmilHernvall/QuadTree">Code is here.</a>
</p>

<h2>Contact</h2>

Expand Down

0 comments on commit 5809118

Please sign in to comment.