joechamm / jcqtGLTFLoader

jcqtGLTFLoader is a project intended for loading glTF assets for use in OpenGL related projects using the Qt framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jcqtGLTFLoader

This project aims to develop a customizable glTF resource loader for OpenGL related projects using the Qt framework. Most of the material comes from the glTF GitHub tutorials and from the book 3D Graphics Rendering Cookbook.

TODO

- JSON Loader
- JSON Reader
- glTF Validator
- buffer loader
- image loader
- scene parser

About

jcqtGLTFLoader is a project intended for loading glTF assets for use in OpenGL related projects using the Qt framework.

License:MIT License


Languages

Language:C++ 98.1%Language:QMake 1.9%