Alexander Gunger
Alexander Gunger
I have a project on Unity using Facepunch.Steamworks. In Start method of server and client script I create `NetAddress address` use one of two cases (when I want to set...
When will release?
CMake Error at magnum-plugins/modules/FindMagnum.cmake:328 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): magnum-plugins/CMakeLists.txt:34 (find_package) What was must importing from Magnum in CMakeLists? And how...
Return `LINK_DEPS_STATIC` option to build static/shared libs and update SFML and ImGui to latest versions (also it fixes bug, that imgui-sfml requires 1.89 min ImGui version but there are set...
I met the bug, when I run my app, built on CI server, and connect tracy-capture to it - before shutting down, both app and tracy are hanging. What I...
I needed to compile non-copyable class with `eastl::string_hash_map` member but seems like it doesn't implement move semantics. Is it bug or design decision?