README.md
1This sample contains examples of the flow of protobuf messages within Tuning Fork.
2In order to build and run the tests, first make sure you have protobuf installed, e.g. in /usr/local
3Then invoke make like so:
4make PROTOBUF_ROOT=/usr/local
5
6It should build and run 4 executables:
7./play : a simulation of the play console, where you enter fidelity parameters for the game
8./game : simulation of a native game
9./gameeng : 2 games that use a game engine, one native and one non-native
10./sztool : a tool for estimating the size of data uploaded to clearcut
11