# xenko-1 **Repository Path**: eloncode/xenko-1 ## Basic Information - **Project Name**: xenko-1 - **Description**: Xenko Game Engine - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Xenko](https://xenko.com/images/external/xenko-logo-side.png) ======= 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](https://xenko.com/images/external/script-editor.png) To learn more about Xenko, visit [xenko.com](https://xenko.com/). ## License Xenko is covered by [MIT](LICENSE.md), unless stated otherwise (i.e. for some files that are copied from other projects). You can find the list of third party projects [here](THIRD%20PARTY.md). Contributors need to sign the following [Contribution License Agreement](docs/ContributorLicenseAgreement.md). ## Documentation Find explanations and information about Xenko: * [Xenko Manual](https://doc.xenko.com/latest/manual/index.html) * [API Reference](https://doc.xenko.com/latest/api/index.html) * [Release Notes](https://doc.xenko.com/latest/ReleaseNotes/index.html) ## Community Ask for help or report issues: * [Chat with the community on Discord](https://discord.gg/f6aerfE) [![Join the chat at https://discord.gg/f6aerfE](https://img.shields.io/discord/500285081265635328.svg?style=flat&logo=discord&label=discord)](https://discord.gg/f6aerfE) * [Discuss topics on our forums](http://forums.xenko.com/) * [Report engine issues](https://github.com/xenko3d/xenko/issues) * [Donate to support the project](https://www.patreon.com/xenko) * [List of Projects made by users](https://github.com/xenko3d/xenko-community-projects) * [Localization](docs/localization.md) ## Building from source ### Prerequisites 1. [Git](https://git-scm.com/downloads) (recent version that includes LFS, or install [Git LFS](https://git-lfs.github.com/) separately). 2. [Visual Studio 2019](https://www.visualstudio.com/downloads/) 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. 3. [FBX SDK 2019.0 VS2015](https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2019-0) ### Build Xenko 1. Clone Xenko: `git clone https://github.com/xenko3d/xenko.git` 2. Open `\build\Xenko.sln` with Visual Studio 2019, and build. 3. Open `\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](docs/CONTRIBUTING.md). ### 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|