MiniGDX GLTF Parser
Parse gltf file into protobuf file for miniGDX
Pre conditions
- GLTF file are generated by Blender
- Only GLTF file is supported at the moment (glb is not supported)
Concept
- GLTF file are parsed
- The GLTF data is converted in miniGDX data
- miniGDX data is serialized in protobuf using Kotlin Serialization
Module
- 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.
How to build
make build