Game On! - Flatbuffers

preview_player
Показать описание
Data serialization is vital to all modern games, but choosing the wrong format can cause bloated files that take longer to load. Flatbuffers are a data serialization library that focuses on creating the smallest serialized files with the fastest load time possible.
Рекомендации по теме
Комментарии
Автор

Colt McAnlis presents today's episode of Game On! 

Data serialization is vital to all modern games, but choosing the wrong format can cause bloated files that take longer to load. Flatbuffers are a data serialization library that focuses on creating the smallest serialized files with the fastest load time possible. 

Game On! - Flatbuffers

#games  

GoogleDevelopers
Автор

This is just a great solution! Thank you very much, I will go study and implement it.

RimuruDev
Автор

But isn't it how a compiler or a runtime works, because basically it's text strings converted to different syntax between different languages let's say PHP to C++? It's easier to understand it in PHP rather than in C# how a conversion between different data types works, if it's readable and not a binary. Tho it could be that it isn't how it works. Users need fast internet for this task and a change in what is visible to a user when it's streaming.

Netryon
Автор

Are there tools to read your c++ and build the schema for you or is that a manual process?

Archpimp
Автор

Lets get a stable Python implementation!

colek
Автор

Could you please do a video how to integrate it in Android. Because converting the files to flatc i am unable to do it.

anithamannem
Автор

Waiting for this to become a standart! :D

mhmdjaouhari
Автор

What's the speed compare to MessagePack?

WarSquadz
Автор

Isn't this a predecessor to protocol buffers?

TheRealAfroRick