/OpenGLAprendiendo

Learning how to draw shapes using OpenGL on macOS

Primary LanguageCMIT LicenseMIT

OpenGLAprendiendo

Learning how to draw a triangle using OpenGL glfw and GLEW on macOS

multi-colored-opengl-triangle

Note

This repo contains glfw v3.2.0 and GLEW v2.1.0 static libraries themselves and are linked in the Xcode project so that they don't need to be pulled in separately. This might not be the best solution from a dependency standpoint, but it allows this project to build on it's own without any additional setup.

References