godot/platform/uwp
Rémi Verschelde d95794ec8a
One Copyright Update to rule them all
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.

It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).

We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).

Also fixed "cf." Frenchism - it's meant as "refer to / see".
2023-01-05 13:25:55 +01:00
..
export One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub Replace `#pragma once` by traditional include guards for consistency 2021-09-24 02:33:15 +02:00
app_uwp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
app_uwp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
context_egl_uwp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
context_egl_uwp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
detect.py ci: add Python static analysis check via mypy 2022-09-30 19:03:17 +07:00
joypad_uwp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
joypad_uwp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
os_uwp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
platform_config.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00

README.md

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.

See also misc/dist/uwp_template folder for the UWP project template used for packaging the UWP export templates.

Documentation