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

Integrate Godot executable for server-side user content validation and mutation #18

Open SaracenOne opened 3 years ago

SaracenOne commented 3 years ago

Implement a standalone binary version of Godot with a set of scripts for loading and validating scene uploads. Such a pipeline will also allow for features such having the server automatically update legacy content.

fire commented 2 years ago

Worked on creating a libgodot for such use.

Need to sketch out the basic features needed for this.

benbot commented 2 years ago

Can’t we just have a Godot server set up for this and send data over from the elixir server via some socket?

might reduce the amount of stuff we’d need to maintain