Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 337 Bytes

Graphic-Engine

A Graphic Engine made for a "Mini project in Software Engineering" course.

This program renders a virtual 3-dimensional graphical scene, with all the physics involved (light source, rays, reflections, refractions, color, occlusions, etc.).

It was developed using agile methodology, and by implementing TDD principles.