Skip to content

A simple c++ template for creating projects with OpenGl, GLAD, SDL2 and ImGui.

Notifications You must be signed in to change notification settings

SaferGo/OpenGL-GLAD-SDL2-ImGui-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL-GLAD-SDL2-ImGui-template

A simple c++ template for creating projects with OpenGL, GLAD, SDL2 and ImGui on Linux.

Dependencies

  • CMake
  • OpenGL
  • SDL2

How to build

  • git clone https://github.com/SaferGo/OpenGL-GLAD-SDL2-ImGui-template.git
  • cd OpenGL-GLAD-SDL2-ImGui-template
  • mkdir build
  • cd build
  • cmake ..
  • make
  • To run it: ./../bin/{ProjectName}

About

A simple c++ template for creating projects with OpenGl, GLAD, SDL2 and ImGui.

Topics

Resources

Stars

Watchers

Forks