Ken Johnson
Ken Johnson
Based on what we currently have, it appears that although we can install, our installation is becoming slightly... fragmented? Basically if we include `NovelRT.cmake`, we need to make sure that...
This may be able to be added during #87
Reopened as per @RubyNova - only first half was completed
To be specific - this is _not_ an issue with how the Engine is using Vulkan/MoltenVK, but rather how MoltenVK is searching for `MoltenVK_icd.json`
So, two things - 1) Clarity: based on the differences of OS (i.e. Mac / Linux vs Windows) and compilation method (specifically building from VS vs. CMake) we would want...
Attached a first-draft of build doc for doc/wiki page [BUILD.txt](https://github.com/novelrt/NovelRT/files/3975927/BUILD.txt)
Default CMake behaviour causes NovelRT to attempt to build when it could not find conan_paths.cmake.
Correct me if I'm wrong here, but this sounds like a potential bug with CMake and not on our end. Currently we have the project-level CMakeLists.txt call to include the...
Default CMake behaviour causes NovelRT to attempt to build when it could not find conan_paths.cmake.
Yeah, that' sounds specific to the version that was used then, because this should occur once `include` cannot find the file: `Configuring incomplete, errors occurred!` Based on the issue a...
[AB#2](https://dev.azure.com/NovelRT/16e5528b-8bb4-4e2b-b064-e26926458e42/_workitems/edit/2)
Assigned to myself as I have already been playing with emscripten support and web api porting