Skip to content

Commit

Permalink
Fix link to glfw in next section
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed May 8, 2024
1 parent e8ddcf6 commit 3fc2fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/getting-started/opening-a-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WebGPU **does not require a window** to draw things actually, it may run headles
Installation of GLFW
--------------------

We do **not really need to install** it, we just need to add the code of GLFW to our project directory. Download the file [glfw.zip](../data/glfw-3.4.0-light.zip) (780 KB) and **unzip** it in your project. This is a stripped down version of the official release where I removed documentation, examples and tests so that it is more **lightweight**.
We do **not really need to install** it, we just need to add the code of GLFW to our project directory. Download the file [glfw.zip](../../data/glfw-3.4.0-light.zip) (780 KB) and **unzip** it in your project. This is a stripped down version of the official release where I removed documentation, examples and tests so that it is more **lightweight**.

To integrate GLFW in your project, we first add its directory to our root `CMakeLists.txt`:

Expand Down

0 comments on commit 3fc2fdf

Please sign in to comment.