V-Sekai / uro

Provides functionality needed to run your V-Sekai backend. It will serve custom game content, support content caching, and provide a user authentication system
https://v-sekai.org
MIT License
8 stars 3 forks source link

Add direct VRM uploads #19

Open SaracenOne opened 3 years ago

SaracenOne commented 3 years ago

Depends on #18, allow users to upload VRM files directly to the server and have the server automatically convert them into working V-Sekai avatars.

SaracenOne commented 3 years ago

The conversion step might not be necessary soon, since we plan to allow runtime loading of unmodified VRMs

fire commented 2 years ago

If you just wanted to upload a VRM/GLB directly to the web service, that probably won't be too difficult. The challenge would be getting it to show up in the game. The two paths are backend conversion, or runtime loading. Speaking personally, I would prefer runtime loading, but I understand that's challenging

  1. backend conversion
  2. runtime loading
fire commented 2 years ago

We don't think that backend conversion or runtime loading is a high priority because editor upload is already working and relatively well.

It was told to me that a major factor in another platform's demise is heavy weight servers.