Skip to content

pavelgrin/opengl_sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Sandbox

Project created to learn OpenGL (incl. GLSL, SDL, GLAD, GLM)

Prerequisites

Installation

  • Clone the repo with submodules
git clone --recurse-submodules https://github.com/pavelgrin/opengl_sandbox
  • Build project
mkdir build && cd "$_"
cmake ..
cmake --build .
  • Run
build/bin/app

About

Project created to learn OpenGL

Resources

Stars

Watchers

Forks