Skip to content

Commit

Permalink
Image deleted confirm on 01-02
Browse files Browse the repository at this point in the history
同步原文,确认删除图片
  • Loading branch information
Sefank authored Feb 20, 2022
1 parent 94d8615 commit 2d27df4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/01 Getting started/02 Creating a window.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

GLFW是一个专门针对OpenGL的C语言库,它提供了一些渲染物体所需的最低限度的接口。它允许用户创建OpenGL上下文、定义窗口参数以及处理用户输入,对我们来说这就够了。

<img alt="GLFW Logo" src="../../img/01/02/glfw.png" class="right" />

本节和下一节的目标是把GLFW环境配好能且能够跑起来,并保证它正确创建了OpenGL上下文并显示出一个简单的窗口来让我们随意使用。这篇教程会一步步教你如何获取、编译、链接GLFW库。我们使用的是Microsoft Visual Studio 2019 IDE(操作过程在更新的Visual Studio都是相同的)。如果你用的不是Visual Studio(或者用的是它的旧版本)请不要担心,大多数IDE上的操作都是类似的。

## 构建GLFW
Expand Down

0 comments on commit 2d27df4

Please sign in to comment.