Skip to content

jvanstraten/flatbuffers

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

Folders and files

NameName
Last commit message
Last commit date
Feb 8, 2017
Nov 16, 2017
Nov 6, 2017
May 23, 2016
Nov 17, 2017
Aug 24, 2017
Jun 7, 2017
Nov 20, 2017
Aug 24, 2017
Aug 24, 2017
Nov 6, 2017
Aug 24, 2017
Oct 6, 2017
Apr 13, 2017
Nov 20, 2017
Nov 28, 2017
Nov 20, 2017
Nov 6, 2017
Nov 6, 2017
Oct 14, 2017
Nov 20, 2017
Feb 9, 2017
Sep 11, 2015
Aug 24, 2017
Apr 15, 2015
Nov 17, 2015
Nov 20, 2017
Nov 20, 2017
Nov 6, 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++ 51.8%
  • C# 8.8%
  • PHP 7.3%
  • Go 7.1%
  • Python 6.7%
  • JavaScript 6.2%
  • Other 12.1%