Ujjwal Raut
Ujjwal Raut
I was trying to add this repo as a submodule, and this repo also has submodules inside it. If someone wants to checkout the latest updates to whatever was done,...
Doesn't that make it an instance method, whereas the goal is to call the method directly by the class name namespace without creating an object?
Probably something worth adding, but just a hunch - suppose there's any changes in the Vulkan SDK API, and the version used by Hazel requires a downgraded version compulsorily, then...
Wasn't this not handled in PR #437 , where the post build command automatically copies the required dlls. to the build directory?
Also, you can try deleting the `Hazel\vendor\premake\bin` folder, as a probably newer version of premake is needed for the copy command of that premake file to be executed, and older...
For the issue - "Undecorated glfwResizeWindow does not work, I cannot figure out why" - can this solution work - https://github.com/melak47/BorderlessWindow ? I have tested it out, and it seems...
The problem now is that, with the `WS_THICKFRAME` option, dragging the window seems to not work, cause when the cursor is near the border, the resize prompt is thrown, instead...
- This is my specific functionality just for the windows - https://github.com/CybernetHacker14/glfw/tree/win32-borderless . I have implemented the `WM_NCHITTEST` and `WM_NCCALCSIZE` functionality. - This is extremely platform specific, with code taken...
Looks pretty good. Check whether you can double click to maximize and minimize the windows. Also, see how the window behaves when you drag-dock it to different sides of the...
> Thanks for the input @CybernetHacker14. I took up a part of the code to implement the win32 `WM_NCHITTEST` and `WM_NCCALCSIZE`. The resulting window looks pretty good! > > I...