An open, collaborative, and evolving 3D avatar studio for making glTF / VRM avatars with.
Note: You need character-assets imported to public folder for this to work! https://github.com/memelotsqui/character-assets
# Clone the repo and change directory into it
git clone https://github.com/M3-org/CharacterStudio
cd CharacterStudio
# Install dependencies with legacy peer deps flag to ignore React errors
npm install --legacy-peer-deps
npm run dev
# Or use yarn
yarn install
yarn run dev
We separate the program from the asset packs. We have some sample assets here: https://github.com/memelotsqui/character-assets
Instructions coming soon
Shoutout to original repo by Webaverse
Thanks m00n, memelotsqui, boomboxhead, jin, and many others for contributing