Skip to content

Eoic/OpenGLTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL starter project

Features

  • CMake configuration with GLEW and GLFW.
  • Example code for creating a window using the mentioned libraries.
  • Automatically download and unzip dependencies into dedicated directories.
  • CMake plugin preset for VSCode.

Usage

  1. Run ./scripts/install-deps.sh to download and unzip dependenciew into vendor directory.
  2. Use ./scripts/run.sh script to compile and run the project.
  3. (Alternative) Use VSCode CMake plugin to build and debug through the IDE.

Issues

  • Doesn't seem to work on Wayland.

About

OpenGL starter project for C++ with GLFW and GLEW.

Topics

Resources

Stars

Watchers

Forks

Contributors