|
RelevantFileFormats
Various File Formats and Encodings relevant to Alembic
Deprecated IntroductionThere are a LOT of file formats for efficiently storing structured data out there. Some are more relevant than others. HDF5 is used for astrophysics. It is very similar to, but a bit more robust than, GTO. OpenGTO is the Tweak Films data file format. Useful, but underspecified. OpenSceneGraph is an Open Source C++ and !OpenGL scene description API |
► Sign in to add a comment
Don't forget Google's protocol buffers.
http://code.google.com/p/protobuf/
BTW, HDF5 is used for a lot more than astrophysics, coming out of The National Center for Supercomputing Applications (NCSA) at the University of Illinois.
Also don't forget message pack, faster&compact than protobuf. http://msgpack.org/