AutoRemesher is a cross-platform automatic quad remeshing tool that converts high-polygon meshes into clean quad-based topology. It is built on top of libraries: Geogram, libigl, isotropicremesher and others.
Buy me a coffee for staying up late coding :-)
These instructions will get you a copy of AutoRemesher up and running on your local machine for development and testing purposes.
- C++ compiler with C++14 support
- CMake 3.12 or later
- TBB (Intel Threading Building Blocks)
- Clone the repository
git clone https://github.com/huxingyi/autoremesher.git
- Build using CMake
cd autoremesher
mkdir build && cd build
cmake ..
cmake --build .
- Install Visual Studio 2022 with C++ development tools
- Install CMake from cmake.org
- Open a command prompt and follow the build steps above, or open the project folder in Visual Studio and let it handle CMake configuration
- Install Xcode Command Line Tools:
xcode-select --install - Install CMake via Homebrew:
brew install cmake - Follow the build steps above
- Install build dependencies using your distribution's package manager:
- Ubuntu/Debian:
sudo apt install build-essential cmake libtbb-dev - Fedora:
sudo dnf install gcc-c++ cmake tbb-devel
- Ubuntu/Debian:
Download autoremesher-<version>-win32-x86_64.zip from releases, extract it and run autoremesher.exe.
Download autoremesher-<version>.dmg from releases.
For the first time, Apple will reject to run and popup something like "can't be opened because its integrity cannot be verified". Go to System Preferences > Security & Privacy > General and under "Allow apps downloaded from" click the button to allow it.
Download autoremesher-<version>.AppImage from releases.
$ chmod a+x ./autoremesher-<version>.AppImage
$ ./autoremesher-<version>.AppImage
- Check out open-source auto-retopology tool AutoRemesher cgchannel.com
- A New Open-Source Auto-Retopology Tool 80.lv
- [Non-Blender] Autoremesher auto-retopology tool released blendernation.com
- オープンソースの新しいオートリメッシュツール Auto Remesher cginterest.com
- AutoRemesher 1.0.0-alpha - 超高速で高品質のクワッドポリゴン生成!Dust3D開発者によるオープンソースの自動リメッシュツール! 3dnchu.com
- Open Source AutoRemesher released cgpress.org
- 「autoremesher」多角形を自動でリトポしてれる無料トポロジーツール modelinghappy.com
- Open Source Auto Remesher blender-addons.org
- AutoRemesher | Auto-Retopology-Tool digitalproduction.com
- Autoremesher open source auto-retopology tool blenderartists.org
AutoRemesher is licensed under the MIT License - see the LICENSE file for details.
See the full ACKNOWLEDGEMENTS for a list of libraries and resources used in this project.
