An application to demonstrate threading was developed during my second year at university for the module titled 'Computer Operating Environments'. The application was created with Visual Studio 2010 in c++ using SFML to render the graphics and the Boost library for the threading. Threading is used to speed up the calculation and rendering of three fractals: the Mandlebrot, the Mandlebulb and the Buddhabrot.