crunch
crunch copied to clipboard
Command line texture packer created for Celeste.
It has compile error on my PC with VS2017, this change fixed it.
I'm pretty new to c++. I clone the repository but the build fails in vs 2015. See below.  .
I created a patched ver [here](https://github.com/zulc22/crunch-VS2019). All I guarantee about the patched one is that it _works on VS2019_. I'd guess what I changed broke stuff on other platforms, which...
Very minor change. This makes the message printed when you run ./crunch align with the README.
i don't know if these changes are of any use to you but i scrapped the VS solutions in favour of CMake and made a library version that can be...
Build on every platform supported by Cmake including Visual Studio and Makefiles.
I hope these are useful changes This pull request includes changes from https://github.com/ChevyRay/crunch/pull/2, https://github.com/ChevyRay/crunch/pull/8 and https://github.com/ChevyRay/crunch/pull/10 Added: - binary string variants - using file's last write time for hashing -...