wateret/mengde

Support save files with Flatbuffers

Closed this issue · 2 comments

  • Bring up Flatbuffers to the project (Add it as a build dependency)
  • Create a Save/Load button in GUI
  • Design schema .fbs - which object to serialize #140
  • Write Serializer
  • Write Deserializer #149

Unless Flatbuffers has much dependency on other libs, let's use Flatbuffers.

Cross platform code with no dependencies - C++ code will work with any recent gcc/clang and VS2010. Comes with build files for the tests & samples (Android .mk files, and cmake for all other platforms).

Turns out that it has no dependency. 👏