You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/roadmap.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ The `3.8.2` is currently in a stabilization phase and its development has been a
25
25
* Updated Mac/Linux support.
26
26
* Stabilized content pipeline dependencies (moving to open source and linked libraries)
27
27
28
+
#### Deprecation notices
29
+
30
+
The **Windows UWP** platform is being retired as this is not a desired publishing platform with Microsoft. It will be replaced with an updated **DesktopDX** platform that will support current Microsoft deployments in a future release.
31
+
28
32
There is a lot of other work going on behind the scenes including **MANY** of the PR's and community submissions to improve the over all framework. Stay tuned.
29
33
30
34
### [Release 3.8.3](https://github.com/MonoGame/MonoGame/milestone/21) (Provisional fast track maintenance release)
@@ -43,6 +47,11 @@ The primary focus for this release will be to further ratify any outstanding com
43
47
* DX 12 support.
44
48
* Updated GDK integration for Xbox Consoles (only available to registered ID@Xbox developers)
45
49
50
+
> [!IMPORTANT]
51
+
> Please note that the move to the new native backend will effectively **deprecate the DesktopGL project type**, this will be replaced with the newer **DesktopVulkan** platform.
52
+
>
53
+
> The **WindowsDX** platform is also under review to include support for DX12 and the [Microsoft GDK](https://github.com/microsoft/GDK) (Game Development Kit), once the results ar epublished the Roadmap will be updated to reflect the plans.
Version `4.0` of MonoGame aims to break compatibility with the older XNA Content Pipeline system and introduce a much more manageable and extendable system to meet the more modern needs of game development.
0 commit comments