crystalthoughts
crystalthoughts
#691 isn't correct either
Thanks - I think I was doing so but I'm sure I'm missing something. I'll let you know if I have more problems. On Thu, 24 Aug 2023 at 18:29,...
So far I'm doing: From the Diligent Engine folder: ``` cmake -S . -B ./build/Win64 -G "Visual Studio 16 2019" -A x64; cmake --build ./build/Win64 --target install ``` It builds...
Actually it seems only to build the third party libs at that? I tried directly building Core with similar commands and it has similar behaviour also with an error, though...
Ok thanks. But what about the rest of the build output, is that normal? Seems like a lot of work to fish things out (and only static libs), and I...
Yes thanks - i didn’t have much luck with your advice so I’ll have to dig into it a bit more On Mon, 25 Dec 2023 at 20:14, Ryslik ***@***.***>...
Any update on this? I must say that the readme is quite misleading /confusing in the FAQs section- a short summary of the status of all the mentioned items would...
Are you aware of https://github.com/Aksem/libavoid-js I see they have a wasm module in the repo that I tested out. Perhaps integrating that into elk is not so easy though?
Thanks for going over this! I got it working on Windows as you described, but only by keeping the files in root. Is LD_LIBRARY_PATH an environment variable? And is that...
Has there been any further discussion on this?