Omg..I have that physics simulation and made crappy sound tones in audacity for it. I want to use this to make better sounds.
I added a music block to Goober Dash level editor:
https//gooberdash.winterpixel.io/
When your Goober, or a physics crate, hits the music block, it plays a note. I didn't release this branch yet. Can I use the piano notes from this lib in our game? I wouldn't be adding the generator code to the game, I just need sound files.
I really appreciate the positive feedback. I think the game will blossom once the community level sharing has the right tools to allow user generated content to rise to the top.
We maintain a fork of Godot ~3.5. We have a netcode module that we coded in c++ that does client side prediction and rollback. It uses websockets under the hood on the web client, enet on native clients.
We use Agones on Kubernetes to allocate game servers, those servers run godot itself which runs the game.
Custom coded golang matchmaker which makes the agones api call to allocate a server when needed.
We use contour & nginx to route web traffic and serve a .html file.
We use github actions to deploy to various environments.
We use heroic labs' open source thing called nakama as a base for our account/auth backend.
We have a bunch of other k8s stuff in the cluster for various small pieces but thats about the crux of it!
I added a music block to Goober Dash level editor:
https//gooberdash.winterpixel.io/
When your Goober, or a physics crate, hits the music block, it plays a note. I didn't release this branch yet. Can I use the piano notes from this lib in our game? I wouldn't be adding the generator code to the game, I just need sound files.