Skip to content

Commit 0db72e8

Browse files
committed
add extension to readme
1 parent 9c1349b commit 0db72e8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Shader Explorer for Stride
22
A tool showing the [built-in shaders](https://doc.stride3d.net/latest/en/manual/graphics/effects-and-shaders/shading-language/index.html) of the [Stride game engine](https://stride3d.net/) and [vvvv gamma](https://vvvv.org/) and their inheritance hierarchy.
33

4+
## VS Code Extension
5+
6+
<a href="https://marketplace.visualstudio.com/items?itemName=tebjan.sdsl">
7+
<img src="VSCode/vscode-extension/icons/icon.png" alt="Stride Shader Tools" width="128px"/>
8+
</a>
9+
10+
**[Stride Shader Tools](https://marketplace.visualstudio.com/items?itemName=tebjan.sdsl)** - VS Code extension for SDSL shader development with:
11+
12+
* Syntax highlighting for `.sdsl` files
13+
* IntelliSense with completions for shaders, variables, and methods
14+
* Hover info showing inherited members and type information
15+
* Go-to-definition for base shaders
16+
* Diagnostics for undefined identifiers with quick-fix suggestions
17+
* Inheritance tree view panel
18+
* Template shader support
19+
20+
Install from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=tebjan.sdsl).
21+
22+
---
23+
24+
## Desktop Application
25+
426
Parses all shaders in user\\.nuget\packages\stride.packagename\latest-version
527

628
Features:

0 commit comments

Comments
 (0)