Skip to content
This repository was archived by the owner on Jul 3, 2018. It is now read-only.

madvay/flatbuffers

This branch is 1 commit ahead of, 2975 commits behind google/flatbuffers:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

def4d3b · Apr 20, 2015
Apr 15, 2015
Mar 27, 2015
Apr 15, 2015
Apr 2, 2015
Apr 6, 2015
Apr 6, 2015
Apr 2, 2015
Feb 4, 2015
Mar 13, 2015
Feb 4, 2015
Apr 15, 2015
Apr 13, 2015
Jun 10, 2014
Mar 27, 2015
Apr 15, 2015
Apr 15, 2015
Feb 4, 2015
Oct 28, 2014
Apr 15, 2015
Apr 15, 2015

Repository files navigation

FlatBuffers Version 1.1.0

Welcome to FlatBuffers!

Build Status

  • Travis: Build Status

FlatBuffers is a serialization library for games and other memory constrained apps. Go to our landing page to browse our documentation.

FlatBuffers allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility. FlatBuffers can be built for many different systems (Android, Windows, OS X, Linux), see docs/html/index.html

Discuss FlatBuffers with other developers and users on the FlatBuffers Google Group. File issues on the FlatBuffers Issues Tracker or post your questions to stackoverflow.com with a mention of flatbuffers.

For applications on Google Play that integrate this tool, usage is tracked. This tracking is done automatically using the embedded version string (flatbuffer_version_string), and helps us continue to optimize it. Aside from consuming a few extra bytes in your application binary, it shouldn't affect your application at all. We use this information to let us know if FlatBuffers is useful and if we should continue to invest in it. Since this is open source, you are free to remove the version string but we would appreciate if you would leave it in.

Packages

No packages published

Languages

  • C++ 53.7%
  • Go 15.8%
  • C# 13.7%
  • Java 9.1%
  • Shell 4.3%
  • Makefile 1.8%
  • Other 1.6%