|
4 | 4 |
|
5 | 5 | These pages contain information about how to use Stride, an open-source C# game engine. |
6 | 6 |
|
7 | | -> [!Note] |
8 | | -> The Stride manual is under construction and is regularly updated with new content. Follow [Stride on X](https://x.com/stridedotnet?s=20) for documentation updates. |
9 | | -
|
10 | | -## Latest documentation |
11 | | - |
12 | | -### Recent updates |
13 | | - |
14 | | -#### Manual |
15 | | - |
16 | | -- <span class="badge text-bg-success">New</span> [Glossary](glossary/index.md) - New glossary section added |
17 | | - |
18 | | -### Previous updates |
19 | | - |
20 | | -#### Manual |
21 | | -- <span class="badge text-bg-info">Updated</span> [Graphics - Materials - Materials for developers ](graphics/materials/materials-for-developers.md) - Modifying parameters at runtime added |
22 | | -- <span class="badge text-bg-success">New</span> [Scripts](scripts/best-practice.md) - Best Practices docs added |
23 | | -- <span class="badge text-bg-success">New</span> [Physics](physics/index.md) - Bepu Physics docs added |
24 | | -- <span class="badge text-bg-info">Updated</span> [Bullet Physics](physics-bullet/index.md) - Bullet Physics docs moved |
25 | | -- <span class="badge text-bg-info">Updated</span> [Files and Folders](files-and-folders/distribute-a-game.md) - Game distribution steps updated |
26 | | -- <span class="badge text-bg-info">Updated</span> [Scripts - Types of script](scripts/types-of-script.md) - Asynchronous script example improved |
27 | | -- <span class="badge text-bg-success">New</span> [Scripts - Gizmos](scripts/gizmos.md) - Description and example of the Flexible Processing system |
28 | | -- <span class="badge text-bg-success">New</span> [ECS - Flexible Processing](engine/entity-component-system/flexible-processing.md) - Description and example of the Flexible Processing system |
29 | | -- <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added |
30 | | -- <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Explanation of serialization |
31 | | -- <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions |
32 | | -- <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - Explanation of ECS usage |
33 | | -- <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements |
34 | | -- <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements |
35 | | - |
36 | | -#### Tutorials |
37 | | - |
38 | | -- <span class="badge text-bg-info">Updated</span> [Tutorials](../tutorials/index.md) - Quick Tutorials section added |
39 | | -- <span class="badge text-bg-info">Updated</span> [Tutorials](../tutorials/index.md) - Added lesson counts and total length |
40 | | - |
41 | | -#### Contributing |
| 7 | +## Stride community toolkit |
42 | 8 |
|
43 | | -- <span class="badge text-bg-info">Updated</span> [Contributing - Roadmap](../contributors/roadmap.md) - GitHub Project - Roadmap link added |
44 | | -- <span class="badge text-bg-success">New</span> [Contributing - Core Team](../contributors/core-team.md) - The Stride core team |
45 | | -- <span class="badge text-bg-info">Updated</span> [Contributing - Roadmap](../contributors/roadmap.md) - Status added |
| 9 | +Check out our [Stride community toolkit](https://stride3d.github.io/stride-community-toolkit/index.html) for additional helpers and extensions. |
46 | 10 |
|
47 | 11 | ## Improve this documentation |
48 | 12 |
|
49 | 13 | The Stride documentation is open source, so anyone can edit it. If you find a mistake, you can correct it or comment in [GitHub](https://github.com/stride3d/stride-docs). |
50 | 14 |
|
51 | 15 | To edit any page of this manual, click the **Edit this page** link at the bottom. Please make sure to follow the [writing guidelines](../contributors/documentation/index.md). |
52 | 16 |
|
53 | | -## Stride community toolkit |
| 17 | +## Latest documentation |
54 | 18 |
|
55 | | -Check out our [Stride community toolkit](https://stride3d.github.io/stride-community-toolkit/index.html) for additional helpers and extensions. |
| 19 | +**Recent updates** |
| 20 | + |
| 21 | +- Manual |
| 22 | + - <span class="badge text-bg-success">New</span> [Glossary](glossary/index.md) - New glossary section added |
| 23 | + |
| 24 | +**Previous updates** |
| 25 | + |
| 26 | +- Manual |
| 27 | + - <span class="badge text-bg-info">Updated</span> [Graphics - Materials - Materials for developers ](graphics/materials/materials-for-developers.md) - Modifying parameters at runtime added |
| 28 | + - <span class="badge text-bg-success">New</span> [Scripts](scripts/best-practice.md) - Best Practices docs added |
| 29 | + - <span class="badge text-bg-success">New</span> [Physics](physics/index.md) - Bepu Physics docs added |
| 30 | + - <span class="badge text-bg-info">Updated</span> [Bullet Physics](physics-bullet/index.md) - Bullet Physics docs moved |
| 31 | + - <span class="badge text-bg-info">Updated</span> [Files and Folders](files-and-folders/distribute-a-game.md) - Game distribution steps updated |
| 32 | + - <span class="badge text-bg-info">Updated</span> [Scripts - Types of script](scripts/types-of-script.md) - Asynchronous script example improved |
| 33 | + - <span class="badge text-bg-success">New</span> [Scripts - Gizmos](scripts/gizmos.md) - Description and example of the Flexible Processing system |
| 34 | + - <span class="badge text-bg-success">New</span> [ECS - Flexible Processing](engine/entity-component-system/flexible-processing.md) - Description and example of the Flexible Processing system |
| 35 | + - <span class="badge text-bg-info">Updated</span> [Linux - Setup and requirements](platforms/linux/setup-and-requirements.md) - Fedora OS option added |
| 36 | + - <span class="badge text-bg-success">New</span> [Scripts - Serialization](scripts/serialization.md) - Explanation of serialization |
| 37 | + - <span class="badge text-bg-info">Updated</span> [Scripts - Public properties and fields](scripts/public-properties-and-fields.md) - Content improvements and additions |
| 38 | + - <span class="badge text-bg-success">New</span> [Engine - Entity Component model - Usage](engine/entity-component-system/usage.md) - Explanation of ECS usage |
| 39 | + - <span class="badge text-bg-info">Updated</span> [Engine - Entity Component model](engine/entity-component-system/index.md) - Content improvements |
| 40 | + - <span class="badge text-bg-info">Updated</span> [Stride for Unity® developers](stride-for-unity-developers/index.md) - Content improvements |
| 41 | +- Tutorials |
| 42 | + - <span class="badge text-bg-info">Updated</span> [Tutorials](../tutorials/index.md) - Quick Tutorials section added |
| 43 | + - <span class="badge text-bg-info">Updated</span> [Tutorials](../tutorials/index.md) - Added lesson counts and total length |
| 44 | +- Contributing |
| 45 | + - <span class="badge text-bg-info">Updated</span> [Contributing - Roadmap](../contributors/roadmap.md) - GitHub Project - Roadmap link added |
| 46 | + - <span class="badge text-bg-success">New</span> [Contributing - Core Team](../contributors/core-team.md) - The Stride core team |
| 47 | + - <span class="badge text-bg-info">Updated</span> [Contributing - Roadmap](../contributors/roadmap.md) - Status added |
0 commit comments