X3DB format

Started by
1 comment, last by taby 9 years ago

Does anyone have any experience with the X3DB format? I'm wondering if there's any source code to demonstrate how to read and write in this format.

Advertisement

There's a C++ library called XIOT which I've seen a few projects use which can open X3DB files. X3DB files seem to be compressed so there's a decoding stage done first. The XIOT project site seems to be down, but the MEPP project imported XIOT into their project https://github.com/MEPP-team/MEPP/tree/master/externals/xiot-0.9.0.

C++: A Dialog | C++0x Features: Part1 (lambdas, auto, static_assert) , Part 2 (rvalue references) , Part 3 (decltype) | Write Games | Fix Your Timestep!

Thanks for the link. :)

This topic is closed to new replies.

Advertisement