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

All paths must be relative to executable #61

Closed ZOulhadj closed 1 year ago

ZOulhadj commented 1 year ago

One of the fundamental requirements for this application is to be able to run in any directory and on any Windows-compatible x64 hardware. Therefore, anywhere in the application that uses paths must take into account the executable's current directory.

Places that use paths are:

Model importing/exporting Shader loading Log exporting etc.

ZOulhadj commented 1 year ago

This has been completed meaning that all paths are relative to the executable.