Skip to content

tannerbitz/learn_opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PURPOSE

This repo is a playground to learn OpenGL. As of this first writing, it follows along the OpenGL series from TheCherno on YouTube

SETUP

Install Conan Package Manager

python3 -m pip install conan
conan profile detect

BUILDING

conan build -b missing .

Note: As of this writing, this transitively depends on the conan package opengl/system. This uses your system package manager to download packages and thus may require the following conan config settings. You may need to add these your build profile:

[conf]
tools.system.package_manager:mode=install
tools.system.package_manager:sudo=True

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published