Skip to content

Monnte/opengl-model-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model Viewer

This is a simple model viewer for the glTF format. It is written in C++ and uses OpenGL 3.

Soruces of the taken code

I like to thank the following sources for the code I used in this project:

https://github.com/mfl28/opengl-cpp-starter

https://learnopengl.com/Introduction

https://github.com/JoeyDeVries/LearnOpenGL

OpenGL Youtube Tutorial

How to import models to project

Download model in gltf format and put folder it in the models folder.

How to run project

#build
cmake -B build
cmake --build build
#run
./build/main

Screenshots

Screenshot Screenshot Screenshot Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published