Skip to content

theicfire/opengl-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small example setup that builds an example with GLAD and GLFW on MacOS through the command line. I set this up to be able to run the code from https://learnopengl.com. I later learned that all the code, along with MacOS build instructions is at https://github.com/JoeyDeVries/LearnOpenGL. I tried it out and it all compiles for me, although there are a bunch of warnings.

Setup

brew install glfw3

Building

Just run make. You may need Mac's command line tools to be able to do this

Running

Run the start program via ./start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published