M3-org / CharacterStudio

Open source web based custom VRM avatar creation platform
https://m3-org.github.io/CharacterStudio/
MIT License
75 stars 20 forks source link

Node CLI integration #105

Open memelotsqui opened 6 months ago

memelotsqui commented 6 months ago

We need to be able to create character with command line. There is a current wip in progress branch for it cli-export. just go to the root folder and use node cli.js it can load manifests from local paths, but gltfLoader from three js is not currently working, as it is designed to work in browser and not in node. There should be a workaround for this that we need to find out :)

lalalune commented 5 months ago

@memelotsqui here :)

node-three-gltf.txt

memelotsqui commented 5 months ago

Awesome!, thanks @lalalune ! Ill check it out :)