0

I am designing an app where we would like to have a capability for users to edit their avatars style. like hair colour and body colour. The app needs to be built on flutter, I checked out various libraries like Rive (Flare) but they do not seem to be working with 3D assets.

I came across this app called VOS which is doing something similar enter image description here

Any leads will be much appreciated.

Cheers

Sanket S
  • 19
  • 5
  • You can import basic 3D model using this package [https://pub.dev/packages/flutter_3d_obj] and change it color property. or You can Do this Using THREE.js if you know how to integrate javascipt with flutter – Yash Kadiya Jun 14 '21 at 08:34
  • I am the UX/UI designer of the project with a little bit of Flutter experience, the flutter dev for the team who will be joining us, has recently learned flutter. would you say this kind of functionality is hard to achieve for a single dev to complete in a 2-3 weeks? – Sanket S Jun 14 '21 at 10:39
  • Yes, it is hard, for single developer and with beginner level, but you have plenty of time, I mean in 2-3 week even newbie can do this. – Yash Kadiya Jun 14 '21 at 12:16
  • https://pub.dev/packages/flutter_3d_obj I realized that above link is not working , sorry for that please go to package using this link . – Yash Kadiya Jun 14 '21 at 12:37
  • HI Yash, Thank you for the link, it works. I will read through the documentation and see whats possible. – Sanket S Jun 15 '21 at 06:44
  • hi @SanketS, i'm also facing the same issue, did you managed to code that out? – scott lee Jul 13 '21 at 03:16
  • @scottlee. - Nah, that library does not work well and someone suggested unity but its prices were a bit too much for a starting project. I have moved onto rive.app, adding 2D animations and character select options (not happy about it) If you find a better alternative. please do comment back – Sanket S Jul 14 '21 at 11:20
  • ok i'll let you know if i find a better alternative – scott lee Jul 14 '21 at 12:46
  • 1
    I moved to Rive, making it look 3D ish and making it work, but now they have introduced raster support so you can export you image png and put it on bones and use them – Sanket S Jan 11 '22 at 05:52

0 Answers0