ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

Replace GLFW with Win32 #62

Open ZOulhadj opened 1 year ago

ZOulhadj commented 1 year ago

At this current point in time, the engine and therefore, VMVE will only support Windows due to the complexities related to supporting all operating systems. Therefore, the engine can remove a dependency by implementing Win32 without relying on GLFW.