Releases: tebjan/Stride.ShaderExplorer
Releases · tebjan/Stride.ShaderExplorer
Big rework with actual shader parser
- Uses the Stride shader parser to analyze the shaders
- Rich info and navigation
- Member info
- Custom shader folder
- Dark theme
Make sure Stride is installed, then just extract and run the exe. You can pin it to the taskbar if you use it frequently.
Fixed empty dir parsing
Bugfix release
Works now with Stride.
- Parses all shaders in user.nuget\packages\stride.packagename\latest-version
- To view the shaders of a local source repo either set the StrideDir environment variable to the source repo main dir or select it via folder browser
Make sure Stride is installed, then just extract and run the exe. You can pin it to the taskbar if you use it frequently.
Updated to Stride 4
Works now with Stride.
- Parses all shaders in user.nuget\packages\stride.packagename\latest-version
- To view the shaders of a local source repo either set the
StrideDir
environment variable to the source repo main dir or select it via folder browser
Make sure Stride is installed, then just extract and run the exe. You can pin it to the taskbar if you use it frequently.
Updated for Xenko 3.1 (Updated)
Adapted for Xenko 3.1:
- Parses all shaders in user\.nuget\packages\xenko.packagename\latest-version
- Works with non standard nuget cache location (thanks to #1)
- Added switch between official and dev build