Skip to content

KalaKit/KalaModel

Repository files navigation

KalaModel

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.


Links

Donate on PayPal

Official Discord server

Official Youtube channel


Docs

How to build from source

External libraries

Lost Empire Entertainment and KalaKit ecosystem

About

C++20 CLI for converting OBJ, FBX and GLTF to KMD for runtime use on Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published