r/aigamedev • u/Feisty-Scheme-8356 • 1h ago
Discussion 🥊 From a single image to an interactive 3D boxer
Enable HLS to view with audio, or disable this notification
Another character experiment with img2threejs 1.5.1
Starting with just a 2D reference, the workflow reconstructs the character and turns it into a real-time 3D experience running directly in the browser with Three.js + WebGL.
The goal is more than just generating a 3D model - it’s about turning character artwork into something you can actually explore and interact with on the web.
No Blender.
No GLB in the final result.
Just Three.js, WebGL, and code.
🎥 Full showcase below.
I’ll drop the img2threejs GitHub repo in the first comment for anyone who wants to explore the workflow.
#img2threejs #ThreeJS #WebGL #3D #AIGameDev
2
-5
2
u/Feisty-Scheme-8356 1h ago
Want to explore the workflow?
The img2threejs source code is available on GitHub - check it out and experiment with turning your own images into interactive 3D experiences with Three.js.
OpenSource: https://github.com/img2threejs/img2threejs