# OpenGL_ShootingGame **Repository Path**: winston600/OpenGL_ShootingGame ## Basic Information - **Project Name**: OpenGL_ShootingGame - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-26 - **Last Updated**: 2023-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Opengl, game ## README # OpenGL_ShootingGame an simple FPS game based on old version OpenGL .Using library——(VS2017 nuget)nupenGL glm.Just for beginner. The whole main code was seperated into 4 chapters.Chapter1 is a basic code and the every others add some new code on it.Each chapter contains a few OpenGL features.Chapter4 is the final code which is the main.cpp in this project. Besides there are Objloader.cpp and ObjLoader.h shall be contained by project to load OBJ format model. And other needed sources file is in Source Folder,remember to ajust file path in code.