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

Aggror f37bd86ab7 Updated screenshot 5 lat temu
build 766b4bee19 Small tweaks for deploy, comments and frontpage 5 lat temu
deps e9ebe6c074 Bump docfx to v2.52 5 lat temu
en f37bd86ab7 Updated screenshot 5 lat temu
jp 02f6943684 Rename to Stride 5 lat temu
.gitattributes c704c77abd Initial commit with LFS 7 lat temu
.gitignore e4f7674de6 update API doc gen formatting , add a custom mesh draw example (#36) 5 lat temu
ContributorLicenseAgreement.md 02f6943684 Rename to Stride 5 lat temu
GETTINGSTARTED.md 02f6943684 Rename to Stride 5 lat temu
GUIDELINES.md 02f6943684 Rename to Stride 5 lat temu
LICENSE.md 02f6943684 Rename to Stride 5 lat temu
README.md a0ef2d1293 [Build] Set version directly in the repository so that it doesn't need to be managed on teamcity 5 lat temu
build.bat 2c14aaae86 Added docfx error propagation 7 lat temu
build_manual_only.bat c704c77abd Initial commit with LFS 7 lat temu
en-build.bat c704c77abd Initial commit with LFS 7 lat temu
en-build.ps1 5ffa72756e Restore packages using msbuild rather than nuget.exe 5 lat temu
jp-build.bat c704c77abd Initial commit with LFS 7 lat temu
jp-build.ps1 2c14aaae86 Added docfx error propagation 7 lat temu
run_local_website.bat c704c77abd Initial commit with LFS 7 lat temu
timecmd.bat c704c77abd Initial commit with LFS 7 lat temu
web.config c704c77abd Initial commit with LFS 7 lat temu

README.md

Stride documentation

Welcome to the Stride documentation repository. This repository contains all the source files for the Stride documentation (http://doc.stride3d.net/).

Anyone is welcome to contribute! Before you start, please take the time to read the guidelines.

You can find basic information about editing the documentation in Getting Started.

Happy editing!

Manage multiple Stride versions

Each Stride minor version (i.e. 4.0, 4.1, etc.) should have its own branch, named in the fashion master-<version>. The only exception is latest version, which should be master.

Don't forget to change $version in deploy.ps1 when branching before first deployment.