Skip to content

{ Category Archives } Computer Science

OpenGL / Mesa3D programming in Visual Studio

Update: You will need to move the various .dll files into your project folder so they are in the path of the application, otherwise you will get missing DLL errors.
I am currently taking the Computer Graphics and Visualisation module at university and it require writing some programs in C using OpenGL / Mesa3D. Unfortunately the [...]

Timetable Converter

Last night i started to learn python, and to practice my new skills, using IronPython i wrote a script to convert a CSV timetable into a iCal file. All the details are here.