Projects

Bearing Map

Creates a chart showing the relative positions of the given bearings. Useful for pinpointing locations that require many bearings to be matched.

Volume Sweep

3d Sphere

Creates a 3D object by volume sweeping a profile. This was my Graphics (MEDA302) coursework for university (it got 85%).

It displays a 3D object using a 2D API. It demonstrates use of homogeneous co-ordinates and 4x4 transformation matrices. The rendering is done with a simple Painter's algorithm.

Written in C++ uses the SDL library. Runs on Linux.

volume_sweep.tar.gz (7.8K)

Barcode

a barcode

Creates code39 barcodes (used for University of Plymouth coursework submission).

Written when the university decided to charge for coursework submission barcodes because I was always losing mine.

Barcode Generator

SBF Parser

Perl script that parses Superbase SBF files.

SBF Parser