Parse gltf file into protobuf file for miniGDX
- GLTF file are generated by Blender
- Only GLTF file is supported at the moment (glb is not supported)
- GLTF file are parsed
- The GLTF data is converted in miniGDX data
- miniGDX data is serialized in protobuf using Kotlin Serialization
- gltf-api: miniGDX model API
- gltf-gradle-plugin: gradle plugin to configure gradle conversion of gltf resources
- gltf-parser: gltf parser and converter into miniGDX API.
make build