https://github.com/recp/asset-xchange
new file format to store 2d/3d assets for game and films
https://github.com/recp/asset-xchange
Last synced: 5 months ago
JSON representation
new file format to store 2d/3d assets for game and films
- Host: GitHub
- URL: https://github.com/recp/asset-xchange
- Owner: recp
- Created: 2018-07-19T08:20:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-21T21:35:46.000Z (almost 8 years ago)
- Last Synced: 2025-08-21T12:41:44.168Z (11 months ago)
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# asset-xchange
New file format to store 2d/3d assets for game and films
It will be a binary format, similar to COLLADA specs with more restrictions and clear documentation. COLLADA is very good spec but it appears as inactive standard in https://www.khronos.org/developers page.
So I decided to work on new format.
The extension will be **.ae** or maybe **.ax** or **axc**?
Extension and name may be changed in the future.
[AssetKit](https://github.com/recp/assetkit) will be loader of this format. Or I may provide an alternative loader.
I will push spec details over time.