July 20th, 2009

March 14th, 2009

Welcome

Introduction

Welcome to Dave Sim's online portfolio. Here you will be able to find demos and code samples that I have written. As I am a keen graphics programming there are also several screenshots that can be viewed.


Looking for my CV?

If you are looking for my CV please visit the contact page.

 

3D Graphics Engine

I've been working on a 3D graphics engine using DirectX and HLSL shaders. Currently I have managed to implement a depth of field effect, bloom effect and bump maps.


Future work?

I will be implementing several other post-processing effects along with adding OpenGL and GLSL support.

Object Loader

This is a .obj loader that was written for one of the modules on my course. The loader intergrates well with the TSG library provided by my tutor. I also wrote the shading effects in the image.


Future Work?

I'm looking to write a COLLADA model loader.