Skip to content

Latest commit

 

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphics Project

I created this project for my independent study in computer graphics at Bob Jones University. I followed Computer Graphics Programming in OpenGL with C++ (2nd Edition) for the basics of the project. It uses OpenGL for rendering, GLFW for window management, and ImGUI for the GUI. Scenes are loaded from GLTF files.

Screenshots

Dragon Scene Screenshot

Cash Register Scene Screenshot

Building

Windows

git clone --recursive https://github.com/EliasWatson/Graphics-Project.git
cmake -S Graphics-Project -B Graphics-Project/build
cmake --build Graphics-Project/build

Then double-click the executable in Graphics-Project/build/Debug

Linux

git clone --recursive https://github.com/EliasWatson/Graphics-Project.git
cd Graphics-Project
cmake .
make
./Graphics-Project

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages