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
Login to reply
Replies (2)
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 ๐