https://github.com/oakmound/ofbx
Golang library for parsing FBX files
https://github.com/oakmound/ofbx
3d-graphics fbx go golang
Last synced: over 1 year ago
JSON representation
Golang library for parsing FBX files
- Host: GitHub
- URL: https://github.com/oakmound/ofbx
- Owner: oakmound
- License: mit
- Created: 2018-05-08T01:23:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T15:33:22.000Z (about 3 years ago)
- Last Synced: 2025-03-25T15:54:11.081Z (over 1 year ago)
- Topics: 3d-graphics, fbx, go, golang
- Language: Go
- Homepage:
- Size: 4.16 MB
- Stars: 11
- Watchers: 4
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ofbx
`ofbx` is a library for parsing FBX files. FBX files contain geometry, animation, texture and material information for 3D models.
This is a Go port of [github.com/nem0/OpenFBX](https://github.com/nem0/OpenFBX).
`ofbx` is currently at version 0.1 and has limited functionality. The internal API will change drastically as we refactor away from patterns used in `nem0/OpenFBX`, and this will likely involve
significant changes to the external API as well.