From be7404249c4ad819d87edbc8bc14d8e79b1077cc Mon Sep 17 00:00:00 2001 From: Eideren Date: Sat, 14 Sep 2024 14:15:44 +0200 Subject: [PATCH 1/3] Update platform support --- _includes/video_home.html | 2 +- download.html | 6 +++--- faq.html | 4 ++-- index.html | 4 +--- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/_includes/video_home.html b/_includes/video_home.html index 7cbb8d9c..07b0a688 100644 --- a/_includes/video_home.html +++ b/_includes/video_home.html @@ -8,7 +8,7 @@

Stride Game Engine

Stride is a free and open-source
cross-platform C# game engine. -

It is fit for both 2D and 3D games, as well as any other interactive content
running on desktop, mobile and VR.

+

It is fit for both 2D and 3D games, as well as any other interactive content
running on desktop and VR.

diff --git a/download.html b/download.html index d2abab15..02844e78 100644 --- a/download.html +++ b/download.html @@ -15,7 +15,7 @@

Your Next Game Engine

-

Stride is a powerful, open-source 2D and 3D cross-platform game engine. It's free to use, modify, and distribute under the permissive MIT license. Whether you're creating a simple mobile game or the next big console hit, Stride has the features and flexibility you need.

+

Stride is a powerful, open-source 2D and 3D cross-platform game engine. It's free to use, modify, and distribute under the permissive MIT license.

Your Freedom with Stride

  • Use Stride for any purpose
  • @@ -55,7 +55,7 @@

    Frequently asked questions

    {% include accordion-item-faq.html id:"what-platforms" title:"What platforms can I make applications for using Stride?" - body:"

    Stride currently supports Windows, Android, iOS, Xbox One and Universal Windows Platforms (UWP). Stride also supports most popular VR devices and has experimental support for Linux.

    " + body:"

    Stride currently supports Windows and Linux. Support for Android, iOS and macOS are in an experimental state. Stride also supports most popular VR devices.

    " %} {% capture body %} @@ -73,7 +73,7 @@

    Frequently asked questions

    {% include accordion-item-faq.html id:"question-what-application" title:"What kinds of application can I make with Stride?" - body:"

    Stride is open-source, highly modular, and super-versatile. You can use it to create mobile, PC and VR games, or as a high-end rendering engine for applications such as training simulations or architecture and engineering software.

    " + body:"

    Stride is open-source, highly modular, and super-versatile. You can use it to create PC and VR games, or as a high-end rendering engine for applications such as training simulations or architecture and engineering software.

    " %} {% include accordion-item-faq.html id:"question-content-ownership" diff --git a/faq.html b/faq.html index 0b6c1e32..361562b2 100644 --- a/faq.html +++ b/faq.html @@ -27,7 +27,7 @@

    General

    {% include accordion-item-faq.html id:"what-platforms" title:"What platforms can I make applications for using Stride?" - body:"

    Stride currently supports Windows, Android, iOS, Xbox One and Universal Windows Platforms (UWP). Stride also supports most popular VR devices and has experimental support for Linux.

    " + body:"

    Stride currently supports Windows and Linux. Support for Android, iOS and macOS are in an experimental state. Stride also supports most popular VR devices and has experimental support for Linux.

    " %} {% capture body %} @@ -40,7 +40,7 @@

    General

    {% include accordion-item-faq.html id:"question-what-application" title:"What kind of applications can I make with Stride?" - body:"

    Stride is open-source, highly modular, and super-versatile. You can use it to create mobile, PC and VR games, or as a high-end rendering engine for non-gaming applications such as architecture, medical, and engineering visualization software, training simulations, and so on.

    " + body:"

    Stride is open-source, highly modular, and super-versatile. You can use it to create PC and VR games, or as a high-end rendering engine for non-gaming applications such as architecture, medical, and engineering visualization software, training simulations, and so on.

    " %} {% capture body %} diff --git a/index.html b/index.html index ab4f8ce2..487d5814 100644 --- a/index.html +++ b/index.html @@ -48,10 +48,8 @@

    Accelerated development

    Develop once, deploy
    cross-platform

      {% include bullet-point.html text:'Windows Desktop' %} - {% include bullet-point.html text:'Windows Universal' %} - {% include bullet-point.html text:'iOS and Android' %} {% include bullet-point.html text:'Linux' %} - {% include bullet-point.html text:'macOS' %} + {% include bullet-point.html text:'While iOS, Android and macOS are Experimental' %}
    From 58512ff97f60cc40e434118501e215e146126121 Mon Sep 17 00:00:00 2001 From: Eideren Date: Sat, 14 Sep 2024 17:34:22 +0200 Subject: [PATCH 2/3] Move linux to experimental --- download.html | 2 +- faq.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index 02844e78..55372337 100644 --- a/download.html +++ b/download.html @@ -55,7 +55,7 @@

    Frequently asked questions

    {% include accordion-item-faq.html id:"what-platforms" title:"What platforms can I make applications for using Stride?" - body:"

    Stride currently supports Windows and Linux. Support for Android, iOS and macOS are in an experimental state. Stride also supports most popular VR devices.

    " + body:"

    Stride currently supports Windows. Support for Android, iOS, Linux and macOS are in experimental state. Stride also supports most popular VR devices.

    " %} {% capture body %} diff --git a/faq.html b/faq.html index 361562b2..4d2a0363 100644 --- a/faq.html +++ b/faq.html @@ -27,7 +27,7 @@

    General

    {% include accordion-item-faq.html id:"what-platforms" title:"What platforms can I make applications for using Stride?" - body:"

    Stride currently supports Windows and Linux. Support for Android, iOS and macOS are in an experimental state. Stride also supports most popular VR devices and has experimental support for Linux.

    " + body:"

    Stride currently supports Windows. Support for Android, iOS, Linux and macOS are in an experimental state. Stride also supports most popular VR devices.

    " %} {% capture body %} From c939320e09a208452cdd082b7f446fc17900b3f9 Mon Sep 17 00:00:00 2001 From: Eideren Date: Sat, 14 Sep 2024 17:35:33 +0200 Subject: [PATCH 3/3] Remove cross-platform from cards, doesn't make sense when other platforms are experimental --- index.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/index.html b/index.html index 487d5814..55b90502 100644 --- a/index.html +++ b/index.html @@ -41,22 +41,6 @@

    Accelerated development

-
Stride Editor Screenshot