pkurth / D3D12Renderer

Custom renderer and physics engine written from scratch in C++/Direct3D 12.
MIT License
210 stars 21 forks source link

Error cannot open ext/assimp when running the build file. #3

Closed PsychoCoffee closed 1 year ago

PsychoCoffee commented 1 year ago

When double clicking on the generate2022.bat file, it gives me the following error:

Error: cannot open ext/assimp: No such file or directory

When going into the assimp folder, it seems to be empty. image

PsychoCoffee commented 1 year ago

Fixed it by going to the ext folder in the repository, and downloading the yaml and assimp folder seperately, then extracting them and putting them in their directory in the downloaded project.

pkurth commented 1 year ago

Thanks for checking out my project. Did the other dependencies work right away? Assimp and Yaml should be cloned automatically if you cloned the project recursively.

PsychoCoffee commented 1 year ago

Hey! I am impressed by this project and I wish you the best.

I had mostly issue with the Assimp, Yaml and ImGui dependencies, as they didn't clone whilst downloading. I'm not sure if I downloaded the project the right way, all I did was to click on the code, and then download button, which caused those folders to become empty.

I did try disabling anti-virus before downloading as well but that didn't fix the issue