Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 640 Bytes

NOTES.md

File metadata and controls

16 lines (13 loc) · 640 Bytes

Home | Reference | Development Notes

Development Notes

TODOs

  • Add ability for host to send data to all clients in room
  • Add ability for host to send data to specific client
  • Encapsulate p5.multiplayer as a class?
  • Expand example "game" to include bidirectional communication
  • Expand example "game" to include a button action
  • Expand example "game" to be an actual game? (LOL)
  • Build example Unreal host template
  • Build example TouchDesigner host template
  • Add documentation about bidirectional communication to reference
  • Add documentation section about custom hosts