Skip to content

EliasWatson/Graphics-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published