Home

Awesome

Port opengl tutorial on https://learnopengl.com/ to JUCE framework!

how to build

Just open the solution file in master/Builds (current only support xcode visual studio), and there you go! If you can not build or errors come out, please let me know!

Tutorial1:Triangle https://learnopengl.com/Getting-started/Hello-Triangle

Tutorial2:Shader https://learnopengl.com/Getting-started/Shaders

tutorial1And2.gif

Tutorial3:Texture https://learnopengl.com/Getting-started/Textures

Tutorial4:Transormations https://learnopengl.com/Getting-started/Transformations

openglWithJuce3And4.gif

Tutorial5:Coordinate Systems https://learnopengl.com/Getting-started/Coordinate-Systems

openglWithJuce5.gif

Tutorial6:Camera https://learnopengl.com/Getting-started/Camera

openglWithJuce6.gif

how pitch yaw work!

pitch_yaw.png

Tutorial7:Colors https://learnopengl.com/Lighting/Colors

Colors.png

Tutorial8:Basic-Lighting https://learnopengl.com/Lighting/Basic-Lighting

Basic-Lighting

15:Model-Loading https://learnopengl.com/Model-Loading/Model

Model-Loading