Random things I've made

Projects

COMP6214 Coursework

Country Power Production Statistics

This project was created for the 4th year 'Open Data Innovation' module. The goal of this project was to clean a dataset consisting of power production information for various countries, and create a visualisation using D3.js.

Colours of a YouTube video

Average Frame Colours

A Python script that takes the average frame colour per second of a given YouTube video and displays it as an image. Can be easily modified to show the median colour instead. The image above is an example of the output.

COMP3214 Coursework

Graphics Using OpenGL

In this 3rd year module, we were given a number of tasks related to learning the principles of computer graphics. The coursework included a task in which a 3D scene had to be created along the theme of "space". Furthermore, there had to some form of physics simulation in it. This was achieved using the Bullet Engine.