Ken Johnson

Results 36 issues of Ken Johnson

**Priority**: _Low_ **Details:** As the title suggest, we may want to look into utilizing SDL2 after MVP as another possible backend for NovelRT, akin to how GLFW/OpenAL are backing it...

proposal
engine core

Self-titled - essentially, depending on a number of different factors (which are hard to isolate), there is a potential for CMake to try and build things out of order even...

bug
cmake
CI/CD

Atm, if the Vulkan dependencies are vended by NovelRT, by default we will turn off Wayland support as not having Wayland will force Linux users to fail at the CMake...

bug
cmake

At this time, if a NovelRT user vendors MoltenVK for macOS builds, they will need to apply the following workaround for their applications to run: `#if NOVELRT_MOLTENVK_VENDORED` `auto icdPath =...

help wanted
engine core
mac

Basically, even when setting the logging info on a new logging service instance, it only sets the logging level of the logger that is created. Therefore, you can't effectively disable...

bug
engine core

We will want to create a C# application (.NET Core / 5 ) that will be able to handle the following: - Pulling down NovelRT and the relevant dependencies from...

https://github.com/glennrp/libpng/issues/344 Until the patch that was PRed for libpng is in, the new build system for Xcode refuses to build libpng and fails. Workaround: Only use `ninja` or `Unix Makefiles`...

bug
wontfix
engine core
mac

There has been a _very_ floating talk about potentially merging the Interop library into the Engine library. (aka. it was brought up one or two times but I don't remember...

proposal
engine core

From #422 - > Post MVP I want to restructure the engine such that each "area" is its own static/object library, and is then linked into the main "engine" -...

proposal
engine core
engine api

Currently, we've received some feedback for JS/Node support, however this has not been _fully_ looked into. At the moment, the following research needs to be done: - Emscripten viability [...

help wanted
question
proposal
miscellaneous
web api
javascript