Jan Niklas Hasse
Jan Niklas Hasse
I think it's a bug in SDL2 as it works with Wayland. Need to test on Windows and report upstream.
With multiple monitors GNOME Shell adds an invisible edge to the left and right of the panel so that your mouse gets stuck there. Hard to explain, but it's easily...
Hi, tomaka created an organization for glium here: https://github.com/glium/ What do you think of also moving glium-sdl2 over there?
I'm adding libogg like this: ```cmake CPMAddPackage(NAME libogg URL http://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz URL_HASH SHA256=c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705 OPTIONS "BUILD_TESTING OFF") ``` which results in the following output: ``` CPM: Adding package libogg@ () ``` For...
I'm register a class of mine named `StaticObject`, but I think this collides because cereal itself has a class named `StaticObject`. ``` ../subprojects/cereal-1.2.2/include/cereal/details/polymorphic_impl.hpp: In instantiation of ‘const cereal::detail::bind_to_archives& cereal::detail::bind_to_archives::bind() const...
``` CMake Deprecation Warning at /Users/jhasse/.cache/CPM/libogg/c9aea783bbaf472344144d3f98fb679be58b9eb0/CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ......
Not sure if this is the right thing to do.
tested on Windows