This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally.
Перейти к файлу
Vaclav Elias df386f5be1
Merge pull request #282 from parhamgholami/blog/foss-engines-image-fix
Fixed images in FOSS article
2024-03-12 09:33:02 +00:00
.github/workflows chore: Wiki GitHub Action auto trigger disabled 2024-02-10 23:45:58 +00:00
Properties feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
_data Merge pull request #195 from parhamgholami/blog/foss-engines-overview 2024-03-12 08:50:55 +00:00
_drafts feat: Syncing with master 2023-11-18 22:29:36 +00:00
_includes fix: Banner css correction and content updated 2023-11-26 01:51:22 +00:00
_layouts Update post.html - Profile Photo size increased to 87 2023-05-18 13:47:43 +02:00
assets/scripts feat: Fixes #244 2024-01-04 23:16:28 +00:00
blog feat: Caching disabled for some html files 2023-05-18 13:17:56 +02:00
css fix: Banner css correction and content updated 2023-11-26 01:51:22 +00:00
files feat: #71 media updated 2023-05-13 22:30:47 +02:00
images Fixed broken references to images. Changed image paths. 2024-03-12 02:29:26 -07:00
legal feat: Comment added about important perm link 2023-09-09 22:00:33 +01:00
posts Fixed broken references to images. Changed image paths. 2024-03-12 02:29:26 -07:00
.eleventy.js feat: Caching disabled for some html files 2023-05-18 13:17:56 +02:00
.eleventyignore feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
.gitignore feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
.nojekyll feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
404.html feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
LICENSE.md fix: MIT wording updated 2023-05-14 23:10:41 +02:00
Program.cs feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
README.md docs: Links updated to Stride docs from wiki, which will be retired 2024-02-09 21:32:23 +00:00
Stride.Web.csproj feat: Syncing with master 2023-11-18 22:29:36 +00:00
Stride.Web.sln feat: GitHub action added 2023-11-26 21:51:46 +00:00
appsettings.Development.json feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
appsettings.json feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
archive.md feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
community.html fix: Properly ordered headings 2023-06-22 18:34:42 +02:00
contact.html feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
download.html feat: Syncing with master 2023-11-18 22:29:36 +00:00
faq.html feat: Syncing with master 2023-11-18 22:29:36 +00:00
favicon.ico Renaming to Stride 2020-04-17 15:40:14 +02:00
favicon.png feat: #71 media updated 2023-05-13 22:30:47 +02:00
features.html Fixed Navigation 2023-10-12 11:30:23 +02:00
feed-atom.njk feat: Feed updated to rss standard 2023-05-20 00:21:49 +02:00
feed.njk feat: Feed updated to rss standard 2023-05-20 00:21:49 +02:00
footer.liquid feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
index.html Merge pull request #233 from chkworks/more-website-adjustments 2023-11-20 10:42:52 +00:00
package-lock.json chore: NPM bumped 2024-01-04 23:15:28 +00:00
package.json chore: NPM bumped 2024-01-04 23:15:28 +00:00
search.html fix: fixes #95 - Hides spinner 2023-05-20 13:46:26 +02:00
search.liquid feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
sitemap.md fix: Empty line removed 2023-06-16 11:09:19 +01:00
sponsor.html fix: Fixes #175 2023-09-29 22:55:39 +01:00
tags.md feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
web.Release.config feat: #71 New Website Deployment Process 2023-05-13 22:24:05 +02:00
web.config fix: web.config Content-Security-Policy improved 2023-06-08 23:36:27 +01:00

README.md

Stride Website Development

Welcome to the Stride website repository. This repository contains all the source files for the Stride website https://www.stride3d.net/.

🚀 Getting Started

All the information you need to start with Stride Website development is available in the 📚 Stride Docs - Contributing.

🤝 Contributing

For questions and general discussions, please use Discord. To report bugs or propose features, use Issues.

We welcome code contributions via pull requests. Issues tagged with help wanted are great starting points for code contributions.

Branch and Release

The master branch is the default branch for pull requests and most other development activities.

Releases are based on a stable master branch. Use of Conventional Commit is encouraged.

Stride Website is not released under a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new releases. Sometimes we use pre-releases to get feedbacks from the community.

Staging

The staging website allows us to test new features and significant changes before their official release.

The staging website is available at https://stride-website-staging.azurewebsites.net/

🗺️ Roadmap

Our Roadmap communicates upcoming changes to the Stride website.

📖 Stride Documentation Landscape

The Stride documentation landscape is organized across different locations. Here's how it's structured:

  1. Stride Website - Stride's official site showcasing its free, open-source 2D and 3D game engine, alongside blog posts
  2. Stride Docs - Here you'll find Stride's documentation, including manuals, tutorials, and API references
    • Stride Docs - Contributing - This is a comprehensive guide for individuals interested in contributing to or developing the Stride Docs
  3. Stride Wiki - A thorough guide for those who wish to contribute to or develop Stride game engine

🌐 .NET Foundation

This project is supported by the .NET Foundation.

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.

🛡️License

This project is licensed under the MIT License.