# fbx **Repository Path**: ifelixking/fbx ## Basic Information - **Project Name**: fbx - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-25 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)