NoteDeep

Opengl 和 c++ 学习

澄清本质

目标

提问收集信息

opengl 官网: https://www.opengl.org/
https://www.khronos.org/registry/OpenGL/index_gl.php
glfw 官网: https://www.glfw.org/documentation.html
glad: https://glad.dav1d.de/
学习opengl:https://www.khronos.org/opengl/wiki/Getting_Started#macOS

书:《计算机图形学编程 使用OpenGL和C++》 https://www.epubit.com/bookDetails?id=UBb600b5af4598

搭建mac环境参考:
https://broadgeek.com/2021/01/12/2236/

gcc 是什么:编译器集合
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D, as well as libraries for these languages (libstdc++,...).
sudo xcode-select -s /Library/Developer/CommandLineTools

gcc --version


分解步骤

  • 看书《计算机图形学编程 使用OpenGL和C++》
  • 实现一个红色的窗口
  • 搭建mac环境

标准化



评论列表

    Opengl 和 c++ 学习
    澄清本质
    目标
    提问收集信息
    分解步骤
    标准化