Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwihlidal/fbx2json
A simple command-line utility to convert Autodesk FBX files to a custom JSON format.
https://github.com/gwihlidal/fbx2json
Last synced: 3 months ago
JSON representation
A simple command-line utility to convert Autodesk FBX files to a custom JSON format.
- Host: GitHub
- URL: https://github.com/gwihlidal/fbx2json
- Owner: gwihlidal
- Created: 2014-06-08T06:08:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2013-03-27T11:13:05.000Z (almost 12 years ago)
- Last Synced: 2023-08-10T18:08:02.080Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 10.5 MB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fbx2json
A command-line utility to convert [Autodesk FBX](http://www.autodesk.com/developfbx) files to a custom JSON format, suitable for use in OpenGL/WebGL projects.
## Usage
```
fbx2json input.fbx output.js
```## Dependencies
* [Autodesk C++ FBX SDK 2013.3](http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=10775847)
* [JsonBox](https://github.com/anhero/JsonBox)## Documentation
* [Autodesk FBX Developer Center](http://www.autodesk.com/developfbx)
* [Autodesk FBX SDK Documentation](http://www.autodesk.com/fbx-sdkdoc-2013-enu)## License
Copyright (c) 2013, Cameron Yule.
This project uses the Autodesk FBX SDK and JsonBox libraries, which are subject to separate license agreements.