A multiplayer music app
0

Configure Feed

Select the types of activity you want to include in your feed.

Add a README

Ryan (Aug 23, 2024, 12:12 PM EDT) fefe4e60 1151a6f9

+7
+7
frontend/README.md
··· 1 + # Concerto 2 + 3 + This is a monorepo containing everything for a multiplayer music webtoy. Check out [the deployed version](https://ryanisaacg.com/concerto). 4 + 5 + - The `frontend/` is the meat of the app. Players select a location and may play notes on an octave of synthesized bells. Those notes then spread across the world, and other users hear the notes when they reach their own location. A ThreeJS-based visualizer shows the Earth as well as all currently spreading notes. 6 + - The `backend/` is a small server in Rust that broadcasts messages between websocket clients. It allows each player to send and receive notes from other players. 7 +