Konstantin Kompan

Results 6 issues of Konstantin Kompan

``` [build] build/_deps/sol-src/include/sol/optional_implementation.hpp:2194:31: error: 'class sol::optional' has no member named 'construct' [-Wtemplate-body] [build] 2194 | this->construct(std::forward(args)...); ``` seems like the fix is already on the 3.5.0 tag: d805d027e0a0a7222e936926139f06e23828ce9f yet it's...

Class: ```c++ template struct Test { T x; }; template using OtherTest = Test; ``` Binding: ```c++ auto bindTest = [this] (const std::string& name) { this->state.new_usertype (name, "x", &C1::x); };...

Shouldn't be hard, just a few patches to nuklear_sdl_gl3.h Here's my working solution using CMake: ```cmake file(READ ${NUKLEAR_PREFIX_INCLUDE}/nuklear_sdl_gl3.h SDL_FILE_CONTENTS) string(REPLACE "SDL2" "SDL3" SDL_FILE_CONTENTS "${SDL_FILE_CONTENTS}") string(REPLACE "SDL_GetTicks64" "SDL_GetTicks" SDL_FILE_CONTENTS "${SDL_FILE_CONTENTS}") string(REPLACE...

Imagine that you need to determine which window size you should use to contain a label, using current style, font, and for simplicity using no wrap. Label text is defined...

Title says it. Would be nice to have KTX format support for texture loading.

Title says it. Would be nice to have DXT 1/3/5 format support for texture loading.