From b65151edbc9535fce68ceeaa1463987633cdceab Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Sat, 25 Jun 2016 08:36:35 -0500 Subject: [PATCH] Add readme.md --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0cf3a6a --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +* * miniz + +This is a reorganized version of miniz +https://github.com/richgel999/miniz + +basically file since source file has been separated into a more traditional +header/source library. This is mainly based off of the organization done for the +version in the valve vogl tool. +https://github.com/ValveSoftware/vogl/blob/master/src/voglcore/vogl_miniz.h + +I've also integrated the changes from here: +http://www.tenacioussoftware.com/miniz_v116_beta_r1.7z + +Eventually may integrate changes from the vogl version as well.