Three.js Object Sculptor Codex Plugin
- URL: https://www.threads.com/@66328555397/post/Da9kh_akqRp
- Date Saved: 2026-07-19
- Source: Threads
- Tags: dev-tools, creative-ai
- Repo: https://github.com/vinhhien112/Three.js-Object-Sculptor-Codex-Plugin
Summary
Post by @leeunhn (Traditional Chinese dev blogger) introducing a Codex plugin that converts object photos into procedural, animation-ready Three.js code.
Key points:
- Input: a photo of an object
- Output: pure Three.js JavaScript code (no mesh files, no external assets)
- The generated models are animation-ready (can be rigged/animated directly)
- Eliminates the traditional workflow: modeling → UV mapping → rigging
- 1,129 GitHub stars, MIT license
- Created 2026-07-09, Python-based
Use case:
Front-end developers who want 3D on web without learning 3D modeling pipeline. Just provide a reference photo and get code-only Three.js geometry.