Devil Devilson

Results 5 issues of Devil Devilson

Created cmake files using `cmake_linux_clang_gcc.sh Release g++`. Start building and getting this error: ``` [ 21%] Building CXX object CMakeFiles/Jolt.dir/...../git/cpp/JoltPhysics/Jolt/Physics/Character/CharacterVirtual.cpp.o In file included from ~/git/cpp/JoltPhysics/Build/../Jolt/ObjectStream/ObjectStream.h:7, from ~/git/cpp/JoltPhysics/Build/../Jolt/ObjectStream/ObjectStreamIn.h:6, from ~/git/cpp/JoltPhysics/Build/../Jolt/ObjectStream/SerializableAttribute.h:6, from...

In my application I have several big data structures, that I want to dump to the disk, and I can compute size of data in compile time. So Im using...

Nuklear is wonderful gui. What can makes it more wonderful? The possibility to use it as info billboard on top of a unit. Is there a way? For example ![6Ak1A](https://github.com/Immediate-Mode-UI/Nuklear/assets/50243012/e226f1fc-4343-461e-903a-ac48dcc4be6c)...

Hello zlib-ng! Recently I [found out](https://github.com/pnggroup/libpng/issues/679) that 'libpng' fails to build with your library v2.2.4 with ZLIB_COMPAT flag is ON. Previously After some investigation I find out that this issue...

Build Env

Hello libpng community! Im trying to build 'zlib-ng' and 'libpng' as deps through FetchContent_Declare in cmake using mingw32-w64 compiler. Cmake easily fetches the libraries from github, but at the build...