From ce56743aa1b90310ebd036eff8897030c45638b4 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 25 Aug 2022 17:50:53 +0200 Subject: Improve platform-specific READMEs to add useful links This also adds READMEs for all platforms. --- platform/uwp/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 platform/uwp/README.md (limited to 'platform/uwp') diff --git a/platform/uwp/README.md b/platform/uwp/README.md new file mode 100644 index 0000000000..575f90e3c7 --- /dev/null +++ b/platform/uwp/README.md @@ -0,0 +1,20 @@ +# 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 + +- [Compiling for Universal Windows Platform](https://docs.godotengine.org/en/latest/development/compiling/compiling_for_uwp.html) + - 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. -- cgit v1.2.3