Example usage of the LVGL 3dtexture widget.
Ensure GLFW is installed for this example.
git submodule update --init
cmake -B build -S .
make -C build -j$(nproc) lvgl_workspace
./build/lvgl_workspaceFor demonstration purposes, there is a very simple
glTF loader implemented in gltf_loader.c. It can only
handle very simple glTFs with one mesh described by
a float triangle vertex array and a uint16_t index array.
Textured meshes are ignored.
