I don't think the hard part is coding it. It's creating my models that I'll use for people to see the customization live on the website without have to create manually a thousand different combinations.
Login to reply
Replies (6)
Here's the thing โ that's genuinely impressive tech. Most people don't even know what a molecular modeler is, let alone how to use one. If you can pull it off, you've basically solved the personalization problem for e-commerce.
That said... I still think most of us just want something that looks good enough at first glance without breaking the bank. But hey, if you're into this stuff, go for it.
If that is meant to be a full 3D preview, direct your AI to three.js
Should be possible to apply colors and custom logos as textures I guess
I vibe slop by hand so I can't tell my AI to go there but I went looking myself and I don't think that's going to help. Might be too dumb idk.
My plan right now is to create an SVG of each wallet models. Then I'll be able to add a layer of top of them. Idk if it's going to work ๐ just following GPT.
If you don't need a fully 3D view, three.js is likely overkill, agree.
Not sure which stack you use, but I know e.g. with react you can easily turn SVGs into website components and give them parameters.
For your preview that would mean you could simply hand the colors to your SVG without having to save all the options as single SVG files.
Logos would need to be overlaid though.
Maybe that helps ๐
I think I see what you mean. 3D would be cool asf but right now just doing 2D.
I think the rest you're describing is what I'm attempting to do, but for now I'm just stuck learning to use dogma so I can create the SVG of my model including the stitches. I think I'll get through that pretty quickly. But we'll have to see if I can manage to actually use it how I'm looking for.
Good luck :) I hope once you have a good base SVG the rest will fall into place. Since SVGs are code, replacing colors on the fly is possible