huxingyi/autoremesher — reverse-engineered prompt
Reverse engineered prompt
Build me a simple cross platform auto remeshing app for 3D models called AutoRemesher. I want a desktop window where I can open a dense mesh, run one click remeshing, and get a clean quad based result that is better for retopology and editing. It should also have a command line mode so I can process files without opening the UI.
Please include the core controls for target quad count, edge scaling, sharp edge angle, smooth normal, and adaptivity, plus a way to save the remeshed model and an optional text report. It should work on Windows, macOS, and Linux, and be buildable from source in a straightforward way. If the project already has bundled third party code and app resources, wire that up properly so it actually compiles and runs.
Keep the app clean and practical, with a basic model preview if that is already supported. Use the current docs online if you need them, but stay close to the existing project and make sure the quick test flow works end to end.
Want more depth? Deep Reverse