Stride3D Game Engine Documentation Mirror
#csharp #game-engine #3d-engine #engine #docs

Vaclav Elias 01746113ad Merge pull request #425 from Eideren/best_practices_2 1 mese fa
.github c7e75c5454 feat: Glossary page added (#421) 3 mesi fa
Properties b5109e4263 Initial commit 2 anni fa
en 01746113ad Merge pull request #425 from Eideren/best_practices_2 1 mese fa
jp 5fb4948515 fix: Misc 1 anno fa
.gitattributes b5109e4263 Initial commit 2 anni fa
.gitignore 2c1583fb72 Test with moving docs and website wiki to contributor docs 2 anni fa
BuildDocs.ps1 af6585458c Enable to skip pdf generating step 1 anno fa
LICENSE.md beebb61e03 Rename LICENSE to LICENSE.md 1 anno fa
OldDocsFix.ps1 b5109e4263 Initial commit 2 anni fa
Program.cs b5109e4263 Initial commit 2 anni fa
README.md 56f8766457 feat: Readme updated 1 anno fa
Stride.Docs.csproj 4b52a8ee1d fix: Project reference removed 1 anno fa
Stride.Docs.csproj.user b5109e4263 Initial commit 2 anni fa
Stride.Docs.sln 446b97bde9 feat: common-setup.yml added 1 anno fa
appsettings.Development.json b5109e4263 Initial commit 2 anni fa
appsettings.json b5109e4263 Initial commit 2 anni fa
build-all.bat 71cee89c8e fix: build-all.bat updatd with LastExitCode 2 anni fa
robots.txt b5109e4263 Initial commit 2 anni fa
run-fix.bat b5109e4263 Initial commit 2 anni fa
run-skip-pdf.bat 2e2e2f937f feat: Add run-skip.pdf.bat for faster testing 1 anno fa
run.bat b5109e4263 Initial commit 2 anni fa
versions.json 433b3002f7 feat: 4.2 updates 2 anni fa
web.config 13d2f3c55e feat: Adding yml mimeMap, so we could fetch xrefmap.yml for cross referencing 2 anni fa

README.md

Stride Docs Development

Welcome to the Stride Docs repository. This repository contains all the source files for the Stride documentation Stride Docs.

🚀 Getting Started

All the information you need to get started with Stride Docs development can be found in the 📚 Stride Docs - Contributing.

🤝 Contributing

Use Discord for questions and general discussions. Use Issues to report bugs and propose features.

We welcome code contributions through pull requests. Issues tagged as help wanted are good candidates for starting to contribute code.

Branching and Releases

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 Commits is encouraged.

The Stride Docs website is not released on a regular cadence; new updates arrive when maintainers fix issues or see enough changes that warrant a new release.

Staging

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

The staging website is available at Stride Docs Staging.

🗺️ Roadmap

Our Roadmap communicates upcoming changes to the Stride Docs.

📖 Stride Documentation Landscape

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

  1. Stride Game Engine - The main repository for Stride, a free and open-source 2D and 3D game engine.
    • Contributing to Stride - A guide for developers interested in contributing to or developing the Stride engine.
  2. Stride Website - The official site showcasing Stride, featuring:
  3. Stride Docs - The official documentation, including:
  4. Stride Community Toolkit - A set of C# helpers and extensions to enhance your experience with the 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.