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.
To learn more about Xenko, visit xenko.com.
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.
Find explanations and information about Xenko:
Ask for help or report issues:
- Chat with the community on Discord
- Discuss topics on our forums
- Report engine issues
- Donate to support the project
- Git (recent version that includes LFS, or install Git LFS separately).
- Visual Studio 2019 with the following workloads:
.NET desktop development
with.NET Framework 4.7.2 targeting pack
Desktop development with C++
withWindows 10 SDK (10.0.17763.0)
or later, andVC++ 2017 version 15.9 v14.16 latest v141 tools
or later (both should be enabled by default).NET Core cross-platform development
- Optional (to target UWP):
Universal Windows Platform development
withWindows 10 SDK (10.0.17763.0)
- Optional (to target iOS/Android):
Mobile development with .NET
andAndroid NDK R13B+
individual component
- Clone Xenko:
git clone https://github.com/xenko3d/xenko.git
- Open
<XenkoDir>\build\Xenko.sln
with Visual Studio 2017, and build. - Open
<XenkoDir>\samples\XenkoSamples.sln
and play with the samples. - Optionally, open and build
Xenko.Android.sln
,Xenko.iOS.sln
, etc...
Please check our Contributing Guidelines.
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 |