Honours Project Presentation
Just a link to post my PP file for the Honours Year presentation in case my Pen Drive fails 😛 Presentation For Honours Project Presentation Old format
Honours Project Presentation Read More »
Just a link to post my PP file for the Honours Year presentation in case my Pen Drive fails 😛 Presentation For Honours Project Presentation Old format
Honours Project Presentation Read More »
I’ve just discovered this little gem by accident. I’ve always been looking for a simple way to compress my video files for uploading. This little gem is called the Microsoft Expression Encoder 3. This is free to download and use albeit with limited features. However, that is good enough to compress videos. There’s some noticeable
Microsoft Expression Encoder 3 Read More »
I’ve implemented networking to a game called “Solarbound” which was my 3rd year group project. The main framework was adopted but recoding was done to trim down and optimise the framework for use with this coursework. A lot of unnecessary features and code were removed so that it would be easier to adapt the framework
Ogre3D networked game Read More »
This is an OpenGL demo I made featuring procedural terrains! I’ve also added fancy water effects with reflection and animation to further spice things up 🙂 The demo only uses two procedural generation method which are : Midpoint displacement and faultline algorithm. I’ve embedded the video but as would suggest running the EXE to fully
OpenGL Terrain Demo Read More »
I’ve created a demo framework to demonstrate the Bézier curve in 3D space. The demo graphically plots a Bézier curve with control points which the user can manipulate by selecting and moving them around thus changing the appearance and shape of the curve. I’ve also included an animated object with simple physics. The demo is