An open API service indexing awesome lists of open source software.

https://github.com/fancymax/learnopengl_mac

Learning OpenGL in Mac
https://github.com/fancymax/learnopengl_mac

Last synced: 11 months ago
JSON representation

Learning OpenGL in Mac

Awesome Lists containing this project

README

          

# LearnOpenGL_Mac
Learn OpenGL in Mac, used Swift, rendered by NSOpenGLView, followed [https://learnopengl.com/](https://learnopengl.com/) .

- Lesson1(OpenGL Basic、shader、NSOpenGLView)

![Lesson1](./ScreenShot/Lesson1.png)

- Lesson2(Texture)

![Lesson2](./ScreenShot/Lesson2.png)

- Lesson3(Transformations)

![Lesson3](./ScreenShot/Lesson3-2.png)
![Lesson3](./ScreenShot/Lesson3-1.png)

- Lesson4(Coordinate-Systems)

![Lesson4](./ScreenShot/Lesson4-1.png)
![Lesson4](./ScreenShot/Lesson4-2.png)

- Lesson5(Camera、glm Objective-C++ Wrapper)

![Lesson5](./ScreenShot/Lesson5.png)