Git Product home page Git Product logo

forkrp / stride Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stride3d/stride

0.0 1.0 0.0 29.11 MB

Stride Game Engine (formerly Xenko)

Home Page: https://stride3d.net

License: MIT License

Batchfile 0.05% PowerShell 0.01% C# 90.38% C 0.83% Shell 0.01% Mathematica 0.01% HLSL 0.56% C++ 3.83% HTML 0.08% JavaScript 0.07% GLSL 0.01% Objective-C 0.01% Python 0.07% Assembly 4.00% Lex 0.02% CSS 0.01% Rich Text Format 0.09% Less 0.01%

stride's Introduction

Stride

Welcome to the Stride source code repository!

Stride is an open-source C# game engine for realistic rendering and VR. The engine is highly modular and aims at giving game makers more flexibility in their development. Stride comes with an editor that allows you to create and manage the content of your games or applications visually and intuitively.

Stride Editor

To learn more about Stride, visit stride3d.net.

License and governance

.NET Foundation

This project is supported by the .NET Foundation.

License

Stride is covered by the MIT License unless stated otherwise (i.e. for some files that are copied from other projects).

You can find the list of third party projects here.

Contributors need to sign the following Contribution License Agreement.

Code of conduct

Stride being a .NET Foundation project, it 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.

Documentation

Find explanations and information about Stride:

Community

Ask for help or report issues:

Building from source

Prerequisites

  1. Latest Git with Large File Support selected in the setup on the components dialog.
  2. Visual Studio 2019 with the following workloads:
  • .NET desktop development with .NET Framework 4.7.2 targeting pack
  • Desktop development with C++ with
    • Windows 10 SDK (10.0.18362.0) (it's currently enabled by default but it might change)
    • MSVC v142 - VS2019 C++ x64/x86 build tools (v14.26) or later version (should be enabled by default)
    • C++/CLI support for v142 build tools (v14.26) or later version (not enabled by default)
  • .NET Core cross-platform development
  • Optional (to target UWP): Universal Windows Platform development with
    • Windows 10 SDK (10.0.18362.0) or later version
    • MSVC v142 - VS2019 C++ ARM build tools (v14.26) or later version (not enabled by default)
  • Optional (to target iOS/Android): Mobile development with .NET and Android SDK setup (API level 27) individual component, then in Visual Studio go to Tools > Android > Android SDK Manager and install NDK (version 19+) from Tools tab.
  1. FBX SDK 2019.0 VS2015

Build Stride

  1. Open a command prompt, point it to a directory and clone Stride to it: git clone https://github.com/stride3d/stride.git
  2. Open <StrideDir>\build\Stride.sln with Visual Studio 2019 and build Stride.GameStudio (it should be the default startup project) or run it from VS's toolbar.
  • Optionally, open and build Stride.Android.sln, Stride.iOS.sln, etc.

Build Stride without Visual Studio

  1. Install VS build tools with the same prerequisites listed above
  2. Add MSBuild's directory to your system's PATH
  3. Open a command prompt, point it to a directory and clone Stride to it: git clone https://github.com/stride3d/stride.git
  4. Navigate to /Build with the command prompt, input dotnet restore Stride.sln then compile

For .Net 5.0 make sure that you have the latest SDK and runtime, navigate to \sources\targets\Stride.Core.TargetFrameworks.Editor.props and change net472 to net5.0-windows

If building failed:

  • If you skipped one of the Prerequisites thinking that you already have the latest version, update to the latest anyway just to be sure.
  • Visual Studio might have issues properly building if an outdated version of 2017 is present alongside 2019. If you want to keep VS 2017 make sure that it is up to date and that you are building Stride through VS 2019.
  • Some changes might require a system reboot, try that if you haven't yet.
  • Make sure that git and visual studio can access the internet.
  • Close VS, clear the nuget cache (in your cmd dotnet nuget locals all --clear), delete the hidden .vs folder inside \build and the files inside bin\packages, kill any msbuild and other vs processes, build the whole solution then build and run GameStudio.

Do note that test solutions might fail but it should not prevent you from building Stride.GameStudio.

Contribution Guidelines

Please check our Contributing Guidelines.

Build Status

Branch master
Windows D3D11
Windows D3D12
Windows Vulkan
Windows OpenGL
Windows OpenGL ES
UWP
iOS
Android
Linux Vulkan
Linux OpenGL
Tests Windows Simple
Tests Windows D3D11

stride's People

Contributors

xen2 avatar eideren avatar tebjan avatar eternaltamago avatar basewq avatar azeno avatar manio143 avatar aggror avatar kryptos-fr avatar whypenguins avatar cstdbool avatar shinkitsunemaru avatar scorp-121 avatar dfkeenan avatar makotech222 avatar gitfool avatar xwellingtonx avatar comradekingu avatar louies0623 avatar ethereal77 avatar charleswoodhill avatar lucifer2031 avatar aunpyz avatar zeroto avatar johang88 avatar domjancik avatar flabbie avatar nathanbnm avatar raykoopa avatar herocrab avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.