Skip to content

emilm/flatbuffers

This branch is 2050 commits behind google/flatbuffers:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 8, 2017
Aug 24, 2016
Feb 8, 2017
May 23, 2016
Jun 7, 2017
Jan 23, 2017
Jun 7, 2017
Jun 12, 2017
Apr 20, 2017
Apr 18, 2017
Sep 19, 2016
Nov 16, 2016
May 23, 2016
Apr 13, 2017
Jun 7, 2017
Jun 7, 2017
Jun 7, 2017
Jun 10, 2014
Apr 21, 2017
Feb 22, 2016
Jun 7, 2017
Feb 9, 2017
Sep 11, 2015
May 24, 2017
Apr 15, 2015
Nov 17, 2015
Feb 15, 2017
Feb 15, 2017
Mar 29, 2017

Repository files navigation

logo FlatBuffers

Join the chat at https://gitter.im/google/flatbuffers Build Status Build status

FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.

Go to our landing page to browse our documentation.

Supported operating systems

  • Android
  • Windows
  • MacOS X
  • Linux

Supported programming languages

  • C++
  • C#
  • C
  • Go
  • Java
  • JavaScript
  • PHP
  • Python

and many more in progress...

Contribution

To contribute to this project, see CONTRIBUTING.

Integration

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.

Licensing

Flatbuffers is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.


About

Memory Efficient Serialization Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.7%
  • C# 9.3%
  • Go 7.4%
  • Python 6.6%
  • PHP 6.5%
  • JavaScript 5.4%
  • Other 12.1%