Learn-Modern-OpenGL-Programming

所属分类:OpenGL
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-01-30 09:54:48
上 传 者sh-1993
说明:  用于学习现代OpenGL编程的代码库,由Packt出版,
(Code repository for Learn Modern OpenGL Programming, Published by Packt,)

文件列表:
LICENSE (1062, 2023-01-30)
Video 10 - Loading OBJ Models - Resources/ (0, 2023-01-30)
Video 10 - Loading OBJ Models - Resources/Intro+Modern+OpenGL+Video+9-Load+OBJ_v1.1-VS2013.zip (3065734, 2023-01-30)
Video 10 - Loading OBJ Models - Resources/Intro+Modern+OpenGL+Video+9-Load+OBJ_v2.0-VS2017.zip (4542635, 2023-01-30)
Video 10 - Loading OBJ Models - Resources/Intro+Modern+OpenGL+Video+9-Load+OBJ_v2.0-VS2019.zip (2931858, 2023-01-30)
Video 11 - Basic Lighting I - Resources/ (0, 2023-01-30)
Video 11 - Basic Lighting I - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v1.2-VS2013.zip (7450825, 2023-01-30)
Video 11 - Basic Lighting I - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2017.zip (8678360, 2023-01-30)
Video 11 - Basic Lighting I - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2019.zip (7153790, 2023-01-30)
Video 12 - Basic Lighting II - Resources/ (0, 2023-01-30)
Video 12 - Basic Lighting II - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v1.2-VS2013.zip (7450825, 2023-01-30)
Video 12 - Basic Lighting II - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2017.zip (8678360, 2023-01-30)
Video 12 - Basic Lighting II - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2019.zip (7153790, 2023-01-30)
Video 13 - Basic Lighting III - Resources/ (0, 2023-01-30)
Video 13 - Basic Lighting III - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v1.2-VS2013.zip (7450825, 2023-01-30)
Video 13 - Basic Lighting III - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2017.zip (8678360, 2023-01-30)
Video 13 - Basic Lighting III - Resources/Intro+Modern+OpenGL+Video+10-Lighting_v2.0-VS2019.zip (7153790, 2023-01-30)
Video 2 - Setup Environment - Resources/ (0, 2023-01-30)
Video 2 - Setup Environment - Resources/GLFW_GLEW_VS2017_x86.zip (1685588, 2023-01-30)
Video 2 - Setup Environment - Resources/Getting+Started+-+Visual+Studio+2019.pdf (1793929, 2023-01-30)
Video 2 - Setup Environment - Resources/Getting_Started_-_Visual_Studio_2017.pdf (2162114, 2023-01-30)
Video 2 - Setup Environment - Resources/IMPORTANT_INSTRUCTIONS_FOR_VS2017.txt (1187, 2023-01-30)
Video 2 - Setup Environment - Resources/Installing_Visual_Studio_2015.pdf (1351147, 2023-01-30)
Video 3 - Window and Input - Resources/ (0, 2023-01-30)
Video 3 - Window and Input - Resources/Intro+Modern+OpenGL+Video+3-Window+and+Input_v1.0-VS2013.zip (2022853, 2023-01-30)
Video 3 - Window and Input - Resources/Intro+Modern+OpenGL+Video+3-Window+and+Input_v2.0-VS2017.zip (3602357, 2023-01-30)
Video 3 - Window and Input - Resources/Intro+Modern+OpenGL+Video+3-Window+and+Input_v2.0-VS2019.zip (2049269, 2023-01-30)
Video 4 - Your First Triangle - Resources/ (0, 2023-01-30)
Video 4 - Your First Triangle - Resources/Intro+Modern+OpenGL+Video+4-Hello+Triangle_v1.0-VS2013.zip (2109497, 2023-01-30)
Video 4 - Your First Triangle - Resources/Intro+Modern+OpenGL+Video+4-Hello+Triangle_v2.0-VS2017.zip (3730469, 2023-01-30)
Video 4 - Your First Triangle - Resources/Intro+Modern+OpenGL+Video+4-Hello+Triangle_v2.0-VS2019.zip (2200004, 2023-01-30)
Video 5 - Shaders - Resources/ (0, 2023-01-30)
Video 5 - Shaders - Resources/Intro+Modern+OpenGL+Video+5-Shaders_v1.0-VS2013.zip (1814144, 2023-01-30)
Video 5 - Shaders - Resources/Intro+Modern+OpenGL+Video+5-Shaders_v2.0-VS2017.zip (3306919, 2023-01-30)
Video 5 - Shaders - Resources/Intro+Modern+OpenGL+Video+5-Shaders_v2.0-VS2019.zip (1669924, 2023-01-30)
Video 6 - Texture Mapping - Resources/ (0, 2023-01-30)
Video 6 - Texture Mapping - Resources/Intro+Modern+OpenGL+Video+6-Texture+Mapping_v2.0-VS2017.zip (4168096, 2023-01-30)
Video 6 - Texture Mapping - Resources/Intro+Modern+OpenGL+Video+6-Texture+Mapping_v2.0-VS2019.zip (4144135, 2023-01-30)
Video 8 - Virtual Camera I - Resources/ (0, 2023-01-30)
... ...

# Learn Modern OpenGL Programming This is the code repository for [Learn Modern OpenGL Programming](https://www.packtpub.com/application-development/hands-deep-learning-tensorflow-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789951707), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the video course from start to finish. ## About the Video Course This course will introduce you to modern OpenGL programming. We’ll teach you a brief history of OpenGL to help you understand why we chose to teach modern OpenGL with its programmable rendering pipeline over the fixed function pipeline. We’ll begin with the basics of getting OpenGL running in a window using the GLFW library. Then we move on to the basics of rendering polygons to the display by sending buffers of data to the computers graphics card and programming it using shaders with the GLSL shading language. Then you’ll learn how to map textures to your objects. You'll also set up a virtual camera using keyboard and mouse inputs to enable you to move around in the scene. After you have the fundamentals working, you can start building more complex things. You’ll learn how to load 3D models and add interesting lighting to the scene. By the end of this course, you’ll know how to set up and render in 3D with modern OpenGL. With each lesson, we’ll build the framework with reusable C++ and OpenGL code. This is a great starting place for you to build your own game engine. We’ll start with a blank project and write code each step of the way. Each lesson builds on the last. Even if you’ve never touched OpenGL, you should find the course easy to follow and everything is explained along the way. All of the source code, pre-built third-party libraries, and Visual Studio solutions for each lesson are included. All the codes and supporting files for this course are available at: https://github.com/PacktPublishing/Learn-Modern-OpenGL-Programming
  • ## Instructions and Navigation ### Assumed Knowledge To fully benefit from the coverage included in this course, you will need:
    People who wish to learn modern OpenGL and its programmable rendering pipeline. Whether you’re trying to learn OpenGL for school, in the pursuit of a career, or simply looking for a hobby, this course will be perfect for you. ### Technical Requirements ## Related Products * [OpenGL and GLSL Fundamentals with C++ (practical course) [Video]](https://www.packtpub.com/application-development/hands-deep-learning-tensorflow-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789951707) * [Learning Angular Services [Video]](https://www.packtpub.com/application-development/hands-deep-learning-tensorflow-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789951707) * [Hands-On Deep Learning with TensorFlow 2.0 [Video]](https://www.packtpub.com/application-development/hands-deep-learning-tensorflow-20-video?utm_source=github&utm_medium=repository&utm_campaign=9781789951707)

近期下载者

相关文件


收藏者