Metadata-Version: 2.3
Name: gdtf
Version: 0.1.1
Summary: A light-weight binary format for transfer of 3d data to game engines
License: MIT
Author: ClutchOrKick
Author-email: spoklonskyi@gmail.com
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Description-Content-Type: text/markdown

gdtf (game data transfer format) is a light-weight binary format for transfer of 3d game assets to game engines (designed with the Unreal Engine in mind). gdtf only supports the bare essentials: meshes, LODs, skeletons, animations - no scenes, curves, scripts, animation layers etc.
