kohi icon indicating copy to clipboard operation
kohi copied to clipboard

A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.

Results 39 kohi issues
Sort by recently updated
recently updated
newest added

I'm trying to compile the Kohi Engine, however it asks for a very specific dependency . There is no package that would resolve the dependency, all i found is "semaphore.h"...

bug

**Describe the bug** When using a darray named "temp", darray_push and darray_insert_at cause UB as the "temp" variable within the macro overrides the darray, resulting in the incorrect memory address...

bug

Clang on windows is saying: "Building for Windows..." "Building everything on windows (debug)..." --- Performing "versiongen" debug build --- versiongen/src/main.c... versiongen/src/main.c:1:10: fatal error: 'stdio.h' file not found #include ^~~~~~~~~ 1...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Getting error on runing build-debug.sh or build-release.sh

bug

Called it fix as this is not a bugfix so I didn't create an issue.

**Describe the bug** [@nyvyme ](http://www.youtube.com/channel/UCgZJDHhx5KM733yRP9EzkSQ) • 15 hours ago in engine/src/platform/platform_linux.c in keys translate_keycode(u32 x_keycode) XK_Meta_L and XK_Meta_R should be changed to XK_Super_L and XK_Super_R due to Meta keys are...

bug
Linux

**Describe the bug** I tried to use the new audio plugin (openal). On my system i get this error: ``` [ERROR]: OpenAL error 40964: 'AL_INVALID_OPERATION' [INFO]: OpenAL Device acquired. [ERROR]:...

bug

### Bug: In certain graphics cards, the current queue selection process will pick the same queueFamilyIndex more than once if there are not enough individual queueFamilyIndex's for each (graphics, transfer...

bug

Not really a bug, but a good point brought up by keldwikchaldain9545 on YouTube. Tracking this here so it doesn't get lost. Quote from the comment post: ``` I know...

bug