• Home
Name Date Size #Lines LOC

..--

proto/03-May-2024-160123

src/03-May-2024-779616

.gitignoreD03-May-202460 98

MakefileD03-May-20242 KiB7050

README.mdD03-May-2024554 119

tuningfork_settings.txtD03-May-2024280 32

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