Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 393 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 393 Bytes

#OpenGL for iOS using Swift

Example

A basic example showing the use of OpenGL and GLSL Shaders in iOS using Swift.

The code in this project is a direct port (as best I could accomplish anyway) of of the Objective-C code for OpenGL in iOS outlined by Ray Wenderlich in his OpenGL for iOS Tutorial.