maeda6uiui / Mechtatel

Yet unfinished Vulkan-based game engine composed in Java
MIT License
0 stars 0 forks source link

Fix loading of files from JAR #5

Closed maeda6uiui closed 3 months ago

maeda6uiui commented 3 months ago

Overview

Previous implementation failed to load files from inside a JAR file, which led the Mechtatel engine not to start because required native libraries couldn't be loaded. This PR fixes the issue by applying following changes:

I didn't think of this issue very well as all previous tests ran in the presence of already extracted files on my local environment. I'll continue to work on this issue and do some refactoring in next PRs.