2022-08-25 17:50:53 +02:00
|
|
|
# UWP platform port
|
|
|
|
|
|
|
|
> **Warning**
|
|
|
|
>
|
|
|
|
> The UWP platform port is not currently in a working state for the `master`
|
|
|
|
> branch, and may be dropped in the future.
|
|
|
|
|
|
|
|
This folder contains the C++ code for the Universal Windows Platform (UWP)
|
|
|
|
platform port. **This is not to be confused with the "standard" Win32 port**,
|
|
|
|
which is available in [`platform/windows`](/platform/windows).
|
|
|
|
|
|
|
|
See also [`misc/dist/uwp_template`](/misc/dist/uwp_template) folder for the UWP
|
|
|
|
project template used for packaging the UWP export templates.
|
|
|
|
|
|
|
|
## Documentation
|
|
|
|
|
2023-01-14 17:38:00 +01:00
|
|
|
- [Compiling for Universal Windows Platform](https://docs.godotengine.org/en/latest/contributing/development/compiling/compiling_for_uwp.html)
|
2022-08-25 17:50:53 +02:00
|
|
|
- Instructions on building this platform port from source.
|
|
|
|
- [Exporting for Universal Windows Platform](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_uwp.html)
|
|
|
|
- Instructions on using the compiled export templates to export a project.
|