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

Seperate the UI #53

Closed ZOulhadj closed 1 year ago

ZOulhadj commented 1 year ago

Currently, the UI code is mixed together with the main rendering code. Therefore, it's important that we work on separating these so that the code is cleaner and easier to understand.

ZOulhadj commented 1 year ago

825fd3b30ac4b3f1c5b142e95cb6aa646849fab7 separated the UI application (VMVE) and the underlying engine. Therefore, this issue is now resolved.