43 строки
2.5 KiB
Markdown
43 строки
2.5 KiB
Markdown
# Xbox-GDK-Samples
|
|
|
|
This repo contains game development samples written by the Microsoft Xbox Advanced Technology Group using the Microsoft Game Development Kit (GDK).
|
|
|
|
* [Kits](/Kits) contains support code used by the samples
|
|
* [Media](/Media) contains media files used by the samples
|
|
* [Samples](../../wiki/SampleList) contains samples
|
|
* [Audio](../../wiki/SampleList#Audio)
|
|
* [IntroGraphics](../../wiki/SampleList#Intro-Graphics)
|
|
* [Graphics](../../wiki/SampleList#Graphics)
|
|
* [Live](../../wiki/SampleList#Live)
|
|
* [System](../../wiki/SampleList#System)
|
|
* [Tools](../../wiki/SampleList#Tools)
|
|
* [xCloud](../../wiki/SampleList#xCloud)
|
|
|
|
# Requirements
|
|
|
|
* Visual Studio 2019 (16.9 update or later) or Visual Studio 2022
|
|
* Microsoft Game Development Kit ([GDK](https://aka.ms/gdk))
|
|
* -or- Microsoft Game Development Kit with Xbox Extensions ([GDKX](https://aka.ms/gdkx))
|
|
|
|
## Privacy Statement
|
|
|
|
When compiling and running a sample, the file name of the sample executable will be sent to Microsoft to help track sample usage. To opt-out of this data collection, you can remove the block of code in ``Main.cpp`` labeled _Sample Usage Telemetry_.
|
|
|
|
For more information about Microsoft's privacy policies in general, see the [Microsoft Privacy Statement](https://privacy.microsoft.com/privacystatement/).
|
|
|
|
## Code of Conduct
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
|
|
## Trademarks
|
|
|
|
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.
|
|
|
|
## Other Samples
|
|
|
|
For more ATG samples, see [DirectML Samples](https://github.com/microsoft/DirectML), [PlayFab-Samples](https://github.com/PlayFab/PlayFab-Samples), [Xbox-ATG-Samples](https://github.com/microsoft/Xbox-ATG-Samples), and [Xbox-LIVE-Samples](https://github.com/microsoft/xbox-live-samples).
|
|
|
|
## Samples list by category
|
|
|
|
[Samples List Wiki](../../wiki/SampleList)
|