Skip to content

Boilerplate code for opengl with glm,imgui, glew and glfw

Notifications You must be signed in to change notification settings

notshriram/OpenGL_Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No Maintenance Intended

OpenGL Boilerplate

Project containing all basic dependencies for opengl (GLFW,GLEW,GLM,IMGUI)

Getting Started

to clone this project it is NECESSARY to use the --recursive flag

git clone --recursive https://github.com/notshriram/OpenGL_Boilerplate

Prerequisites

CMake Visual Studio

Installing

  • WINDOWS:

After cloning the repository make a new folder with the name build and the nrun the command cmake .. inside the folder

mkdir build
cd build
cmake ..
  • LINUX
sudo apt-get install libx11-dev xrandr-dev
mkdir build
cd build
cmake ..

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Boilerplate code for opengl with glm,imgui, glew and glfw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published