Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 628 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 628 Bytes

LearnOpenGL

My OpenGL demo. https://learnopengl-cn.github.io/

Env

  • Visual Studio 2022
  • GLFW 3.3
  • GLAD gl=4.6

Use

GLFW和GLAD环境都放在Dependencies目录下,如有需要替换掉对应文件夹即可

visual studio中的相关环境配置使用相对目录配置,直接将hello_window文件夹作为visual studio模板即可

The GLFW and GLAD environments are located in the Dependencies directory. If needed, replace the corresponding folders.

To configure the related environment in Visual Studio, use relative directory configuration and simply use the hello_window folder as a Visual Studio template