My goal is to create a web app that works very similar to those websites that allow you to add custom text to a mug and your text appears in realtime on the image of the mug.
Ideally I'd like to have my "image" be a 3d object that can be rotated as well, but I'd settle for just a 2d image if need be. The text would also need to be rotated at times.
Can anyone point me to tutorials that demonstrate this or something similar? I'm also looking for suggestions as to the best tools and languages to use to accomplish this - Javascript/Three.js, other frameworks, etc?
Thanks!