Most Pixels Ever

July 20, 2013 ยท View on GitHub

Most Pixels Ever is an open-source framework for spanning graphics applications across multiple screens.

Screenshot Screenshot Screenshot

Getting Started:

Check out the tutorials on the wiki!

https://github.com/shiffman/Most-Pixels-Ever/wiki

Supported environments

Most Pixels Ever 2.0 Protocol

Client

MessageExampleDescription
S|#|stringS|0|render0Synchronous Client connecting | ID # | name
A|#|string|booleanA|5|render0|trueASychronous Client connecting | ID # | name | messages back yes or no?
D|#|#D|0|231Client done rendering, ID, frame number
T|StringT|rain,82Data message sent to all client
T|String|#,#T|rain,82|0,1Data message | which clients to send to
PPToggle pause state

Server

MessageExampleDescription
G|#G|231Go and draw frame 231
G|#|#,String|#,StringG|231|rain,0,82|3,snow,42Go and draw frame 231 with these messages, messages are preceded by client ID that sent them
RRReset to frame 0
PPToggle pause state