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
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,14 @@ The Slang system is designed to provide developers of real-time graphics applica
34
34
Getting Started
35
35
---------------
36
36
37
-
If you want to try out the Slang language without installing anything, a fast and simple way is to use the [Shader Playground](docs/shader-playground.md).
38
-
39
37
The fastest way to get started using Slang in your own development is to use a pre-built binary package, available through GitHub [releases](https://github.com/shader-slang/slang/releases).
38
+
Slang binaries are also included in the [Vulkan SDK](https://vulkan.lunarg.com/sdk/home) since version 1.3.296.0.
39
+
40
40
There are packages built for 32- and 64-bit Windows, as well as 64-bit Ubuntu.
41
41
Each binary release includes the command-line `slangc` compiler, a shared library for the compiler, and the `slang.h` header.
42
42
43
+
If you want to try out the Slang language without installing anything, a fast and simple way is to use the [Shader Playground](docs/shader-playground.md).
44
+
43
45
If you would like to build Slang from source, please consult the [build instructions](docs/building.md).
0 commit comments