emartinez-dev / miniRT

This project is an introduction to the beautiful world of Raytracing. Once completed you will be able to render simple Computer-Generated-Images and you will never be afraid of implementing mathematical formulas again.
The Unlicense
2 stars 0 forks source link

Handle Window Close Events #12

Closed emartinez-dev closed 11 months ago

emartinez-dev commented 1 year ago

Implement the necessary event handling to properly handle window close events, such as pressing ESC or clicking the red cross on the window frame.