You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 2, 2025. It is now read-only.
This guide walks you through installing the tools you need for Daxa development on **Windows** and **Linux**. If you’re experienced with Vulkan or C++, you may already have some of these tools.
11
+
This guide walks you through installing the tools you need for Daxa development on **Windows** and **Linux**. If you're experienced with Vulkan or C++, you may already have some of these tools.
12
12
13
13
:::note
14
-
It’s recommended to follow these steps carefully if you’re new to Vulkan or C++.
14
+
It's recommended to follow these steps carefully if you're new to Vulkan or C++.
15
15
:::
16
16
17
17
---
@@ -20,7 +20,7 @@ It’s recommended to follow these steps carefully if you’re new to Vulkan or
20
20
21
21
### 1. Visual Studio
22
22
23
-
We’ll use the **Visual Studio compiler** on Windows (instead of Clang) due to current issues with Clang on Windows. You can install Visual Studio from the [official website](https://visualstudio.microsoft.com/de/vs/community/). Make sure you **select the "Desktop development with C++" component** during the setup.
23
+
We'll use the **Visual Studio compiler** on Windows (instead of Clang) due to current issues with Clang on Windows. You can install Visual Studio from the [official website](https://visualstudio.microsoft.com/de/vs/community/). Make sure you **select the "Desktop development with C++" component** during the setup.
If you’re using another distribution, see [LunarG’s official instructions](https://vulkan.lunarg.com/sdk/home#linux).
113
+
If you're using another distribution, see [LunarG's official instructions](https://vulkan.lunarg.com/sdk/home#linux).
114
114
115
115
## Installing VSCode (Windows & Linux)
116
116
117
-
We’ll use [Visual Studio Code](https://code.visualstudio.com/download) as our code editor for the tutorial. Other IDEs (e.g., [CLion](https://www.jetbrains.com/clion/)) can also work, but the instructions may differ. For a smoother experience, use VSCode with the following extensions:
117
+
We'll use [Visual Studio Code](https://code.visualstudio.com/download) as our code editor for the tutorial. Other IDEs (e.g., [CLion](https://www.jetbrains.com/clion/)) can also work, but the instructions may differ. For a smoother experience, use VSCode with the following extensions:
0 commit comments