Skip to content

Project following a youtube tutorial. Channel is called TheChernoProject

Notifications You must be signed in to change notification settings

My-Dead-Projects/ChernoOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cherno OpenGL Tutorial Project

Setting up GLEW and GLFW in Xcode 9

  1. Install GLEW and GLFW with homebrew
  2. Navigate to Project > Build Phases > Link Binary With Libraries
    • Click the + button
    • Click Add Other
    • Navigate to /usr/local/Cellar/GLEW/[version number]/lib/libGLEW.[version number].dylib
    • Repeat this process for /usr/local/Cellar/GLFW/[version number]/libglfw.[version number].dylib
    • Hint: use Shift+Command+G to navigate to /usr/local/Cellar
  3. Navigate to Project > Build Settings
    • Select All and Levels
    • Use the search box to locate Header Search Paths
    • Add /usr/local/include

Note: when setting up with these project files, only step #1 should be required.

About

Project following a youtube tutorial. Channel is called TheChernoProject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published