Skip to content

Commit

Permalink
fix: Urls fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavElias committed Feb 18, 2024
1 parent f534020 commit b9fec6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions en/community-resources/embedded-stride.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#Embedded Stride

* project examples
* [Stride in Ultralight Blazor](https://github.com/lionfire/LionFire.Stride.Ultralight)
* [Stride in Winforms](https://github.com/windperson/-StrideGameNet5WinFormsDemo)
* [Stride in Ultralight Blazor](https://github.com/lionfire/LionFire.Stride.Ultralight)
* [Stride in Winforms](https://github.com/windperson/-StrideGameNet5WinFormsDemo)
* code blobs
* [Stride in WPF Control](https://gist.github.com/EricEzaM/5797be1f4b28f15e9be53287a02d3d67)
* [Stride in avalonia Control](https://gist.github.com/westonsoftware/a3fa982397fe1817ece4a27d3cbc5a89)
* [Stride in WPF Control](https://gist.github.com/EricEzaM/5797be1f4b28f15e9be53287a02d3d67)
* [Stride in avalonia Control](https://gist.github.com/westonsoftware/a3fa982397fe1817ece4a27d3cbc5a89)
* VVVV integration
* [3D rendering documentation](https://thegraybook.vvvv.org/reference/libraries/graphics-3d.html)
* [Stride integration source code on GitHub](https://github.com/vvvv/VL.StandardLibs)
* [3D rendering documentation](https://thegraybook.vvvv.org/reference/libraries/graphics-3d.html)
* [Stride integration source code on GitHub](https://github.com/vvvv/VL.StandardLibs)
16 changes: 8 additions & 8 deletions en/community-resources/engine.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Engine Documentation
# Engine Documentation

* [Custom Root Renderer](https://github.com/tebjan/Stride.CustomRootRenderFeature)
* [Compiling Stride for Linux](https://www.youtube.com/watch?v=BoHEASoQvu8)
* [Experimental mini Stride.Editor in Avalonia](https://github.com/manio143/StrideComponentsEditorAvalonia)
* [Stride Editor current design document](https://gist.github.com/manio143/b6666eedb1403deb5525961697d0c25d)
* [Stride docs shader stages](https://github.com/stride3d/stride*docs/blob/master/en/manual/graphics/effects*and*shaders/shading*language/shader*stages.md/)
* [Strideui discussion](https://gist.github.com/manio143/8706b4bad5f7db5402d3b81acbb6276e)
* [Stride Game Engine Extension for code only approach](https://github.com/VaclavElias/stride*code*only)
- [Custom Root Renderer](https://github.com/tebjan/Stride.CustomRootRenderFeature)
- [Compiling Stride for Linux](https://www.youtube.com/watch?v=BoHEASoQvu8)
- [Experimental mini Stride.Editor in Avalonia](https://github.com/manio143/StrideComponentsEditorAvalonia)
- [Stride Editor current design document](https://gist.github.com/manio143/b6666eedb1403deb5525961697d0c25d)
- [Stride docs shader stages](https://github.com/stride3d/stride-docs/blob/master/en/manual/graphics/effects-and-shaders/shading-language/shader-stages.md/)
- [Strideui discussion](https://gist.github.com/manio143/8706b4bad5f7db5402d3b81acbb6276e)
- [Stride Game Engine Extension for code only approach](https://github.com/VaclavElias/stride-code-only)

0 comments on commit b9fec6b

Please sign in to comment.