Razakhel / RaZ

Modern & multiplatform 3D game engine in C++17
http://razakhel.github.io/RaZ
MIT License
567 stars 27 forks source link

Reworked window class and modified gitignore #22

Closed AmelieHeinrich closed 3 years ago

AmelieHeinrich commented 3 years ago

The window class was reworked in a way that you can now set a custom window close callback. VSync is now working as well on MacOS.

The .gitignore was also modified to exclude DS_Store when using a MacOS workspace.