Projects

Asteroids

“Attack Ship Targetting Erratic Rocky Objects In Deep Space” or Asteroids for short
(Own project)
Description:
Status:
Comments:
 
 
Asteroids “clone”
complete including help screen, high score table (no sound, no saucer)
C++, win32, gdi
 

 
 

Fireworks

Fireworks
(Own project)
Description:
Status:
Comments:
 
 
 
 
 
3d firework display
complete (no sound)
C++, STL, OpenGL
particle system uses std::vector<>… badly, needs optimising
 

 

StonehengeStonehenge
(University project)
Description:   
Status:
Comments:
 
 
interactive 3d tour of Stonehenge
incomplete but working, no help screen
C++, OpenGL, Simple OpenGL Image Library
use own function to read model, original model was inaccurate and needed fixing, some transitions jerky

 

Model Viewer

Model Viewer
(Own project)
Description:
Status:
Comments:
 
 
 
 
load and view obj files
complete / ongoing (extension and optimisation)
C++, STL, OpenGL
excellent learning exercise