Skip to content

Commit 6157c7d

Browse files
authored
Merge pull request #369 from stride3d/master
Deploy latest website updates to staging
2 parents 39279e4 + b84dcae commit 6157c7d

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

_data/sponsors.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"happenstance": {
4343
"name": "Happenstance Games",
44-
"url": "http://www.happenstancegames.com"
44+
"url": "https://www.happenstancegames.com/"
4545
}
4646
}
4747
}

_includes/sponsor-generic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<div class="col-sm-6 col-xxl-4 mb-2">
1515
<div class="card text-center h-100">
1616
<div class="bg-white d-flex justify-content-center align-middle" style="min-height: 200px">
17-
<a target="_blank" rel="noopener" href="https://store.steampowered.com/search/?publisher=Happenstance%20Games" class="d-flex">
17+
<a target="_blank" rel="noopener" href="https://www.happenstancegames.com/" class="d-flex">
1818
<img class="card-img-top p-2" alt="Happenstance Games logo" src="/images/sponsors/HappenLogo.webp" style="width: 200px" />
1919
</a>
2020
</div>
2121
<div class="card-body px-5 pb-5">
22-
<p class="card-text">An indie game studio with a primary focus on virtual reality (VR) experiences.</p>
22+
<p class="card-text">An indie game studio focused on player-first experiences.</p>
2323
</div>
2424
</div>
25-
</div>
25+
</div>

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2"
2121
},
2222
"dependencies": {
23-
"@11ty/eleventy-fetch": "^5.1.0",
23+
"@11ty/eleventy-fetch": "^5.1.1",
2424
"@fortawesome/fontawesome-free": "^7.1.0",
2525
"bootstrap": "^5.3.8",
2626
"lunr": "^2.3.9",
2727
"markdown-it-anchor": "^9.2.0",
2828
"markdown-it-table-of-contents": "^1.1.0",
29-
"sass": "^1.94.1"
29+
"sass": "^1.97.1"
3030
}
3131
}

posts/2025-11-14-announcing-stride-4-3-in-dotnet-10.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ popular: true
55
tags: ['4.3','Release']
66
---
77

8-
Stride 4.3 brings .NET 10 and C# 14, Bepu Physics, Vulkan compute shaders, custom assets, cross-platform build strides, mesh buffer helpers, Rider/VSCode support, and performance/stability fixes.
8+
Stride 4.3 brings .NET 10 and C# 14, Bepu Physics, Vulkan compute shaders, custom assets, cross-platform build strides, mesh buffer helpers, Rider/VSCode support, and performance and stability fixes.
99

1010
---
1111

@@ -41,7 +41,7 @@ The integration is effectively done, with Bepu's feature set now being slightly
4141

4242
### Vulkan compute shader support
4343

44-
Vulkan graphics backend has been modified to support compute shaders, the shader compiler has also been modified to support computer shader generation for GLSL.
44+
The Vulkan graphics backend has been modified to support compute shaders, and the shader compiler has also been modified to support compute shader generation for GLSL.
4545

4646
### User-defined Assets
4747

@@ -51,7 +51,7 @@ The asset compiler also gives you the ability to build more complex systems like
5151

5252
### Ongoing efforts to build projects *from* Linux and Apple desktops
5353

54-
Stride can build games under Windows to target the different devices we support, but building directly from those devices was not supported up till now.
54+
Stride can build games on Windows targeting the different devices we support, but building directly on those platforms was not supported until now.
5555

5656
We've introduced a couple of changes to improve on that front:
5757
- Replacing our custom C++/CLI FBX importer with [Assimp](https://github.com/assimp/assimp)
@@ -60,7 +60,7 @@ We've introduced a couple of changes to improve on that front:
6060
- Building VHACD for Linux
6161
- Adjust FreeImage and DirectXTex for all platforms
6262

63-
Some work is still required on this front, but simpler projects can now be built from those platforms.
63+
Some work is still required on this front, but simpler projects can now be built on those platforms.
6464

6565
### Efficient API to manipulate meshes
6666

@@ -95,8 +95,8 @@ Although there have been [many fixes](https://github.com/stride3d/stride/pulls?p
9595

9696
### Also good to know
9797

98-
[WIP]
99-
We are already hard at work on a bunch of ongoing projects for version 4.4 and beyond;
98+
We are already hard at work on a bunch of ongoing projects for version 4.4 and beyond:
99+
100100
- Continuing work to allow for building games *from* other platforms
101101
- Converting our Windows-only GameStudio to cross-platform through Avalonia
102102
We welcome anyone willing to contribute to this project over [Here](https://github.com/orgs/stride3d/projects/6) - just have to make sure to add a comment to one of the unassigned issues you want to work on
@@ -126,9 +126,9 @@ We’re always excited to welcome new contributors to the Stride family. Whether
126126

127127
We extend our heartfelt gratitude for all the hard work and donations we have received. Your generous contributions significantly aid in the continuous development and enhancement of the Stride community and projects. Thank you for your support and belief in our collective efforts.
128128

129-
In particular we want to thank these donors:
129+
In particular, we want to thank these donors:
130130

131-
### Long time Stride supporters
131+
### Long-time Stride supporters
132132
* {% include sponsor-org.md key:'vvvv' emoji:'🥇' %}
133133

134134
<a href="https://visualprogramming.net/"><img src="https://images.opencollective.com/vvvv/8ab0acd/logo/256.png?height=72" alt="vvvv. A visual live-programming environment that takes you from rapid prototyping to final production"></a>

0 commit comments

Comments
 (0)