cedmundo / SimpleGLTF

Demonstration of cGLTF library usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleGLTF

A usage example of cGLTF, which only loads a GLTF and displays it.

Building

First install all dependencies needed to build GLFW3 and cGLTF from source, then fetch code with submodules:

git clone --recurse-submodules https://github.com/cedmundo/SimpleGLTF.git

Build with CMake:

mkdir build
cmake -B build -S .

Done.

About

Demonstration of cGLTF library usage

License:MIT License


Languages

Language:C 96.7%Language:CMake 2.6%Language:GLSL 0.8%