/LearnOpenGL

Recently, an OpenGL development environment was built on Windows based on VSCode, GLAD, and GLFW, which is convenient for verification and learning. It is also used for taking notes for later review, which includes various basic knowledge exercises and advanced technology verification.

Primary LanguageC++

    _                            ____                    _____ _      
   | |                          / __ \                  / ____| |     
   | |     ___  __ _ _ __ _ __ | |  | |_ __   ___ _ __ | |  __| |     
   | |    / _ \/ _` | '__| '_ \| |  | | '_ \ / _ \ '_ \| | |_ | |     
   | |___|  __/ (_| | |  | | | | |__| | |_) |  __/ | | | |__| | |____ 
   |______\___|\__,_|_|  |_| |_|\____/| .__/ \___|_| |_|\_____|______|
                                      | |                             
                                                              

⭐ Star us on GitHub — it helps!

repo-size tag license

environment

Windows

  • Compiler
    • GCC: (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 8.1.0
  • C++ 17

Linux

  • Compiler
    • GCC (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
  • C++ 17

dependencies