-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f534020
commit b9fec6b
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |