Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jskorepa/fbx

C++ Library for reading and writing FBX files
https://github.com/jskorepa/fbx

cpp fbx

Last synced: 3 months ago
JSON representation

C++ Library for reading and writing FBX files

Awesome Lists containing this project

README

        

# C++ Library for reading and writing FBX files

This library allows you to read and write fbx files.

It currently supports full fbx binary format. It works even with larger files.

Also includes fbxdump which allows you to inspect fbx files in json format.

# References

[FBX format description](https://code.blender.org/2013/08/fbx-binary-file-format-specification/)

[FBX file structure](https://web.archive.org/web/20160605023014/https://wiki.blender.org/index.php/User:Mont29/Foundation/FBX_File_Structure)

# Javascript port

[fbx.js](https://github.com/jskorepa/fbx.js)