Skip to content

PanicMike-9/3D-Viewer-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

123 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Object Viewer

An OpenGL project built in C++ to explore 3D rendering, shaders, camera systems and 3D model loading.

Minimum Requirements

  • C++ 17 or higher
  • OpenGL 4.1
  • GLFW
  • GLAD
  • GLM Math Library
  • CMake 3.10 or higher
  • MSVC or MinGW

Generate & Build

   git clone https://github.com/PanicMike-9/3D-Viewer-OpenGL.git
   cd 3D-Viewer-OpenGL
   cmake -S . -B build
   cmake --build build
   ./build/Debug/app.exe

Project Images

About

An OpenGL project built in C++ to explore 3D rendering, shaders, camera systems and 3D model loading.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors