Commit 55bce01
authored
chore: Upgrade to .NET 10 and dependency alignment (#312)
* chore: .NET version bumped to 10.0
* fix: Depth of collider increased so it doesn't fail
* feat: Program.cs - Refactor game setup
- Refactored `game.Run` to use a new `Start(Scene rootScene)` method instead of an inline lambda.
- Added `Start()` method to encapsulate game setup logic.
* chore: NuGet packages bumped to latest Stride 4.3
* chore: Docs updated to use .NET 10
* chore: $(StrideVersionNote) note added
* feat: Minor content upates
* fix: Correct Stride version added
* fix: Mising ItemGroups added1 parent 9e54de4 commit 55bce01
File tree
76 files changed
+156
-156
lines changed- .github/workflows
- benchmarks/Stride.CommunityToolkit.Benchmarks
- docs
- manual
- code-only
- examples
- code-only
- Example.Common
- Example01_Basic2DScene_BulletPhysics
- Example01_Basic2DScene
- Example01_Basic3DScene_BulletPhysics
- Example01_Basic3DScene_DPI_Aware
- Example01_Basic3DScene_FSharp
- Example01_Basic3DScene_MeshLine
- Example01_Basic3DScene_Primitives
- Example01_Basic3DScene_SyncScript
- Example01_Basic3DScene_VBasic
- Example01_Basic3DScene
- Example01_Material
- Example02_GiveMeACube
- Example03_StrideUI_CapsuleAndWindow
- Example04_MyraUI
- Example05_CylinderMesh
- Example05_PartialTorus_FSharp
- Example05_PartialTorus
- Example05_ProceduralGeometry
- Example05_SimpleGeometry
- Example06_ImageProcessing
- Example07_CubeClicker
- Core
- Example08_CollidableGizmo
- Example08_DebugRenderComponent
- Example08_DebugShapes_Usage
- Example08_DebugShapes
- Example09_Renderer
- Example10_StrideUI_DragAndDrop_BulletPhysics
- Example10_StrideUI_DragAndDrop
- Example11_ImGuiNet
- Example11_ImGui
- Example12_Particles
- Example13_MeshOutline
- Example13_RootRendererShader
- Example14_Raycast
- Example15_Constraint_Simple
- Example15_Constraint
- Example16_CollisionGroup
- Example16_CollisionLayer
- Example17_SignalR_Blazor
- Example17_SignalR
- Example18_Box2DPhysics
- Example_2D_Playground
- Example_Bepu_Playground
- Example_CubicleCalamity_BulletPhysics
- Example_CubicleCalamity
- snippets
- Easing_Example01
- Physics_Example001
- TextureMapping_Example01
- src
- Stride.CommunityToolkit.Bepu
- Stride.CommunityToolkit.Bullet
- Stride.CommunityToolkit.DebugShapes
- Stride.CommunityToolkit.ImGuiNet
- Stride.CommunityToolkit.ImGui
- Stride.CommunityToolkit.Linux
- Stride.CommunityToolkit.Skyboxes
- Stride.CommunityToolkit.Windows
- Stride.CommunityToolkit
- tests/Stride.CommunityToolkit.Tests
- tools
- Stride.CommunityToolkit.Examples.Launcher
- Stride.CommunityToolkit.Examples.MetadataGenerator
- Stride.CommunityToolkit.Examples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+156
-156
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | | - | |
| 40 | + | |
39 | 41 | | |
40 | | - | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments