5Duo Draw (solo)

Posted July 30th, 2014 in Desktop, Portfolio by Michiel

A drawing application for two people which enables them to draw simultaneously over the Internet.###

This application has been developed in 2014 – 2016 using my own Netrado Networking Engine (C++).

Features
– Pencil Tool
– Fill Tool
– Line Tool
– Rectangle Tool
– Absorb Tool
– Do / Undo (30 times)
– Advanced Color Tint Selection
– Clear function
– Save to file function

ARaytracing (solo)

Posted July 30th, 2014 in Portfolio, Systems by Michiel

A Raytracing Engine which supports spheres, planes, triangles and models.###

It features Bounding Volume Hierarchy, Reflection, Refraction, Proper Light Transport with Distance Attenuation, Plane Texturing, Shadows from Area Lights, Anti-aliasing and Multithreading. The engine is written in 2014 using C++.