Antoine FRESSE
Results
2
issues of
Antoine FRESSE
Hello, in the function simplifyPolygon (the one that takes a vector of vec2) inside GeomUtils.h there are multiple unsafe erase calls : polygon.erase(polygon.begin() + ii - 1); that cause a...
Hello, I have a project that already uses miniz, I had to comment out the miniz implementation in zippy and replace it with an include to miniz.h in order to...