Crime Engine

Custom game engine made in C++ for the game Streamlined Mastermind. Project Details The concept for Streamlined Mastermind was made earlier, the idea was that we would create an engine where Streamlined Mastermind would be made in. Unfortunately we didn’t have enough time to build the engine into a production ready tool, the final game… Continue reading Crime Engine

Ray Tracer

A ray tracer made in C++ to learn about math, data structures, algorithms and of course ray tracing. It uses SFML to display the output. The math library is made by hand. Features Primitive shapes. Hard/soft shadows. Roughness. Phong shading. Reflection and refraction. (Prototype) sphere based acceleration structure. Directional and point lights. Project Details For… Continue reading Ray Tracer