https://github.com/huxingyi/autoremesher
Automatic quad remeshing tool
https://github.com/huxingyi/autoremesher
quadremesh retopology
Last synced: about 1 year ago
JSON representation
Automatic quad remeshing tool
- Host: GitHub
- URL: https://github.com/huxingyi/autoremesher
- Owner: huxingyi
- License: gpl-3.0
- Created: 2020-06-17T21:48:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T14:52:52.000Z (over 4 years ago)
- Last Synced: 2025-03-28T03:09:20.869Z (over 1 year ago)
- Topics: quadremesh, retopology
- Language: C++
- Size: 103 MB
- Stars: 1,083
- Watchers: 59
- Forks: 86
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOGS.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cg-vfx-pipeline - autoremesher - Automatic quad remeshing tool. (Libraries / Geometry)
- awesome-blender - AutoRemesher - source auto-retopology tool intended to convert source meshes into clean, animation-friendly all-quad geometry. (📥Standalone [^](#table) / 3D Tools [^](#table))
- 3d-resources - AutoRemesher - source auto-retopology tool intended to convert source meshes into clean, animation-friendly all-quad geometry. | | Open Source | Free · Auto Retopo | Auto-retopology | (Modeling, Sculpting & Texturing / Material Creation Tools)
README
[](https://ci.appveyor.com/project/huxingyi/autoremesher) [](https://travis-ci.org/huxingyi/autoremesher)
Buy me a coffee for staying up late coding :-) [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=GHALWLWXYGCU6&item_name=Support+me+coding+in+my+spare+time¤cy_code=AUD&source=url)
# Overview
Automatic quad remeshing software based on state of the art libraries: [Geogram](http://alice.loria.fr/index.php/software/4-library/75-geogram.html), [libigl](https://github.com/libigl), [OpenVDB](https://www.openvdb.org/), [CGAL](https://www.cgal.org/) and [others](https://github.com/huxingyi/autoremesher/blob/master/ACKNOWLEDGEMENTS.html).
Introduction:
https://blogs.dust3d.org/2020/09/11/auto-remesher-1.0.0-beta.1-released/

# Quick Start
## Windows
Download autoremesher-``.zip from [releases](https://github.com/huxingyi/autoremesher/releases)
Extract it and run the exe,
*If you are running 32bit instead of 64bit, please download autoremesher-``-x86.zip*
## macOS
Download autoremesher-``.dmg file from [releases](https://github.com/huxingyi/autoremesher/releases)
*For the first time, Apple will reject to run and popup something like "can't be opened because its integrity cannot be verified", Goto System preferences > Security & Privacy > General and under "Allow apps downloaded from" click the button to allow it*
## Linux
Download autoremesher-``.AppImage file from [releases](https://github.com/huxingyi/autoremesher/releases)
```
$ chmod a+x ./autoremesher-``.AppImage
$ ./autoremesher-``.AppImage
```
## Media
- [Check out open-source auto-retopology tool AutoRemesher](http://www.cgchannel.com/2020/08/check-out-open-source-auto-retopology-tool-autoremesher/) **cgchannel.com**
- [A New Open-Source Auto-Retopology Tool](https://80.lv/articles/a-new-open-source-auto-retopology-tool/) **80.lv**
- [[Non-Blender] Autoremesher auto-retopology tool released](https://www.blendernation.com/2020/08/18/non-blender-autoremesher-auto-retopology-tool-released/) **blendernation.com**
- [オープンソースの新しいオートリメッシュツール Auto Remesher](https://cginterest.com/2020/08/20/%e3%82%aa%e3%83%bc%e3%83%97%e3%83%b3%e3%82%bd%e3%83%bc%e3%82%b9%e3%81%ae%e6%96%b0%e3%81%97%e3%81%84%e3%82%aa%e3%83%bc%e3%83%88%e3%83%aa%e3%83%a1%e3%83%83%e3%82%b7%e3%83%a5%e3%83%84%e3%83%bc%e3%83%ab-a/) **cginterest.com**
- [AutoRemesher 1.0.0-alpha - 超高速で高品質のクワッドポリゴン生成!Dust3D開発者によるオープンソースの自動リメッシュツール!](https://3dnchu.com/archives/autoremesher-1-0-0-alpha/) **3dnchu.com**
- [Open Source AutoRemesher released](https://cgpress.org/archives/open-source-remesher.html) **cgpress.org**
- [「autoremesher」多角形を自動でリトポしてれる無料トポロジーツール](https://modelinghappy.com/archives/30339) **modelinghappy.com**
- [Open Source Auto Remesher](https://blender-addons.org/open-source-auto-remesher/) **blender-addons.org**
- [AutoRemesher | Auto-Retopology-Tool](https://www.digitalproduction.com/2020/08/05/autoremesher-auto-retopology-tool/) **digitalproduction.com**
- [Autoremesher open source auto-retopology tool](https://blenderartists.org/t/autoremesher-open-source-auto-retopology-tool/1245131/126) **blenderartists.org**
## Acknowledgements
https://github.com/huxingyi/autoremesher/blob/master/ACKNOWLEDGEMENTS.html