mirror of https://github.com/encounter/SDL.git
WinRT: cleaned up the opening section of the README
This commit is contained in:
parent
16773fd47f
commit
53feb22897
|
@ -1,19 +1,19 @@
|
||||||
WinRT
|
WinRT
|
||||||
=====
|
=====
|
||||||
|
|
||||||
SDL/WinRT layer allows SDL2-based applications to run on many of Microsoft's
|
This port allows SDL applications to run on Microsoft's platforms that require
|
||||||
platforms that utilize the "Windows Runtime" (aka "WinRT") APIs. WinRT apps
|
use of "Windows Runtime", aka. "WinRT", APIs. WinRT apps are currently
|
||||||
are currently always full-screen apps, run in what Microsoft calls their
|
full-screen only, and run in what Microsoft sometimes refers to as their
|
||||||
"Modern" environment (aka. "Metro"), and are distributed via Microsoft-run
|
"Modern" (formerly, "Metro"), environment. For Windows 8.x, Microsoft may also
|
||||||
online stores. Some of the operating systems that support such apps include:
|
refer to them as "Windows Store" apps, due to them being distributed,
|
||||||
|
primarily, via a Microsoft-run online store (of the same name).
|
||||||
|
|
||||||
|
Some of the operating systems that include WinRT, are:
|
||||||
|
|
||||||
* Windows 8.x
|
* Windows 8.x
|
||||||
* Windows RT 8.x (aka. Windows 8.x for ARM processors)
|
* Windows RT 8.x (aka. Windows 8.x for ARM processors)
|
||||||
* Windows Phone 8.x
|
* Windows Phone 8.x
|
||||||
|
|
||||||
To note, WinRT applications that run on Windows 8.x and/or Windows RT are often
|
|
||||||
called "Windows Store" apps.
|
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
Loading…
Reference in New Issue