Skip to content

lvgl/lv_example_3dtexture

Repository files navigation

lv_example_3dtexture

Example usage of the LVGL 3dtexture widget.

example running screenclip

Ensure GLFW is installed for this example.

git submodule update --init
cmake -B build -S .
make -C build -j$(nproc) lvgl_workspace
./build/lvgl_workspace

For 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published