KalaModel compiles .obj, .gltf and .fbx models into .kmd (kalamodeldata) - a runtime-ready model binary of vertices, indices, uvs and other relevant data related to the model that was passed. Strips out all metadata of the original model file.
KalaModel uses Assimp to help with model parsing but the runtime-ready binary or its importer header no longer requires Assimp. Use the importer to import the binary to your target executable.
This cli was built with the help of the KalaCLI library.