Devil Devilson
Devil Devilson
Compiling without `-Werror` seems to be ok. All unit tests passed. Performance test seems ok too.
Here my thoughts about a thread pool implementation. The library lacks two things: thread method, that returns thread id (like `thread:get_id()`), and the atomic variables, which is critical to the...
Hm, I see. Is there any notable overhead of choosing `cista::vector` over `cista::array`? If it's not then I'll use the first one.
Ok, I'll figure it out. But still It would be appreciate to make Cista work with big arrays. Thank you for the response.
Actually Ive built it with 2 deferent toolchains: 1) gcc version 14.2.0 (Rev2, Built by MSYS2 project) and 2) MSVC (which I have mentioned before). In my MSYS installation there...
Ok, after comparing 'pnglibconf' from 2 different builds it seems MSVC does not provide any 'zlib.h' for the 'libpng' at the configuration stage (it has not installed properly in my...
Yep, Ill write my own renderer like no problem. I need to pass some additional info into the nuklear window. How to do it? I dont see how to pass...