huxingyi/autoremesher

Automatic quad remeshing tool

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 20th, 2026
Created on June 17th, 2020
Open Issues & Pull Requests: 35 (+0)
GitHub issues: Enabled
Number of forks: 238
Total Stargazers: 3,485 (+0)
Total Subscribers: 80 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 23
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 444 days
Stale 30+ days: 18
Stale 90+ days: 3

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

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.