José Ángel Soler Ortiz
José Ángel Soler Ortiz
It would be nice to have some way to backup our living dex progress to an external file. Something like a plain text file or a CSV should be more...
ToDDS (in this case the RimWorld UI version) is only using 16 cores by default on a AMD Ryzen Threadripper 3970X CPU, which has 32 cores.
todds already keeps an internal list of data with an entry for every image, which contains the width and height among other data. By accumulating pixel count and using the...
A Windows user was experiencing the following exception: `todds has been terminated because of an exception: filesystem::recursive_directory_iterator increment error: The system cannot find the file specified [system:2]` According to [this...
Since todds supports static builds, it is possible to generate a binary that contains all of the dependencies. The remaining issue has always been glibc. So far, we have been...
Based on https://github.com/lukka/CppCMakeVcpkgTemplate/tree/v11 Features: * Cross-platform builds for all supported platforms. * clang-format * clang-tidy * Potentially, other static analysis tools. Depends on #24 and #25 Good example of a...
Hyperscan lacks support for MacOS ARM. One potential alternative is https://github.com/VectorCamp/vectorscan, but it lacks vcpkg support.
**Describe the bug** todds produces incorrect DDS files on Mac OS M1 **To Reproduce** 1. Compile todds in an ARM Mac computer. 2. Encode any dds texture 3. Check the...