Skip to content

guygodin/xenko

This branch is 99 commits ahead of, 2614 commits behind stride3d/stride:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a662427 · Sep 17, 2024
Oct 15, 2019
Nov 29, 2018
Sep 7, 2023
Jul 18, 2020
Sep 23, 2019
Dec 20, 2019
Sep 17, 2024
Jun 22, 2018
Jul 22, 2019
Jul 19, 2019
Oct 16, 2021
Nov 1, 2019
Jan 19, 2019
Nov 27, 2019
Oct 9, 2018
Jan 10, 2019
Jun 19, 2018

Repository files navigation

Xenko

Welcome to the Xenko source code repository!

Xenko 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. Xenko comes with an editor that allows you create and manage the content of your games or applications in a visual and intuitive way.

Xenko Editor

To learn more about Xenko, visit xenko.com.

License

Xenko is covered by MIT, 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.

Documentation

Find explanations and information about Xenko:

Community

Ask for help or report issues:

Building from source

Prerequisites

  1. Git (recent version that includes LFS, or install Git LFS separately).
  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.17763.0) or later version (should be enabled by default)
    • MSVC v142 - VS2019 C++ x64/x86 build tools (v14.23) or later version (should be enabled by default)
    • MSVC v142 - VS2019 C++ x64/x86 Spectre-mitigated libs (v14.23) or later version (should be enabled by default)
  • .NET Core cross-platform development
  • Optional (to target UWP): Universal Windows Platform development with
    • Windows 10 SDK (10.0.17763.0) or later version
    • MSVC v142 - VS2019 C++ ARM build tools (v14.23) or later version (should be enabled by default)
    • MSVC v142 - VS2019 C++ ARM Spectre-mitigated libs (v14.23) or later version (should be 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 Xenko

  1. Clone Xenko: git clone https://github.com/xenko3d/xenko.git
  2. Open <XenkoDir>\build\Xenko.sln with Visual Studio 2019, and build.
  3. Open <XenkoDir>\samples\XenkoSamples.sln and play with the samples.
  4. Optionally, open and build Xenko.Android.sln, Xenko.iOS.sln, etc...

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

About

Xenko Game Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 90.1%
  • Assembly 4.2%
  • C++ 3.5%
  • C 0.8%
  • HLSL 0.5%
  • Less 0.5%
  • Other 0.4%