nekitu

Results 4 comments of nekitu

The library was meant for GL, because I use only that for my projects, Vulkan and DX11+ are a bit more involved to set up, but I will make the...

I have added a SdlWindowProxy struct where SDL_Window* is kept, and acts like a Window handle. You can add any data in the proxy struct, also check the sdl2_input_provider.cpp for...

`setAllowUndockingToNewWindow `was deleted. Now you can do: `hui::getContextSettings().allowUndockingToNewWindow = false;` when you don't want to allow undocking. Ideally the inner panes would be also native child windows, but SDL2 doesn't...

Your remake utility lib is not taking into account that for gcc the linked libraries need to be in a certain order for the static linking of libs. "A library...