Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jskorepa/fbx
- Owner: jskorepa
- License: mit
- Created: 2017-05-01T15:15:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T05:54:56.000Z (over 4 years ago)
- Last Synced: 2024-05-02T16:09:07.587Z (6 months ago)
- Topics: cpp, fbx
- Language: C++
- Homepage:
- Size: 27.3 KB
- Stars: 276
- Watchers: 12
- Forks: 47
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - fbx
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)