AutoRemesher is an automatic quad remeshing tool that converts high-polygon meshes into clean quad-based topology for cross-platform use.
The tool solves the problem of retopologizing complex 3D models by automatically generating quad-based mesh structures. It builds on established libraries including Geogram, libigl, and isotropicremesher to perform this conversion. The approach enables users to take dense polygon meshes and transform them into cleaner, more manageable quad topology suitable for animation, subdivision, and further modeling work.
AutoRemesher suits developers and artists working with 3D models who need to convert high-resolution scans or complex geometry into production-ready quad meshes. It provides both a graphical interface and a command-line mode for headless processing, making it useful for integration into automated pipelines. The tool is cross-platform, with prebuilt binaries available for Windows, macOS, and Linux, reducing setup friction for users who want to run it without building from source.
The project maintains active development with regular updates to its build system and dependencies. The codebase requires a C++ compiler with C++14 support and depends on Qt for its interface layer, alongside threading support through Intel Threading Building Blocks. Build instructions are documented for multiple platforms and toolchains, including MSVC on Windows, MinGW-w64 as an alternative Windows option, and standard Unix-like environments. The project provides precompiled release binaries across all major operating systems, allowing users to start working immediately without compilation.