Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Any advice for someone starting a UWP app?

Any advice for someone starting a UWP app?

Scheduled Pinned Locked Moved The Lounge
csharpc++comgraphicsgame-dev
23 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Shao Voon Wong

    According to [History of Windows Store: Total number of apps](https://windowsreport.com/state-windows-8-apps-windows-store/), there are 800,000 windows store app now. I am contemplating to do a UWP app in my own free time. I am good in C++. But standard C++ support is still in beta. And C# UWP does not have directx support. So I am kinda stuck with C++/CX. Some of the old tutorials I read still mentioned Metro and Windows 8. Any advice for me?

    S Offline
    S Offline
    scoy6
    wrote on last edited by
    #21

    If you're looking to be able to use C# and DirectX for a Windows Store app the best solution would be to try MonoGame.

    1 Reply Last reply
    0
    • S Shao Voon Wong

      According to [History of Windows Store: Total number of apps](https://windowsreport.com/state-windows-8-apps-windows-store/), there are 800,000 windows store app now. I am contemplating to do a UWP app in my own free time. I am good in C++. But standard C++ support is still in beta. And C# UWP does not have directx support. So I am kinda stuck with C++/CX. Some of the old tutorials I read still mentioned Metro and Windows 8. Any advice for me?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #22

      Use SharpDX for C# DirectX. [Home | SharpDX](http://sharpdx.org/) Lots of "official" UWP samples here: [Code samples - Windows app development](https://developer.microsoft.com/en-us/windows/samples)

      "(I) am amazed to see myself here rather than there ... now rather than then". ― Blaise Pascal

      1 Reply Last reply
      0
      • S Shao Voon Wong

        According to [History of Windows Store: Total number of apps](https://windowsreport.com/state-windows-8-apps-windows-store/), there are 800,000 windows store app now. I am contemplating to do a UWP app in my own free time. I am good in C++. But standard C++ support is still in beta. And C# UWP does not have directx support. So I am kinda stuck with C++/CX. Some of the old tutorials I read still mentioned Metro and Windows 8. Any advice for me?

        A Offline
        A Offline
        Andre Pereira
        wrote on last edited by
        #23

        As for language domains, you can have your app in C# (which is fast and easy to make), and have your Windows Runtime Component in C++ for DX. Most UWP stuff is just the Metro framework expanded and consolidated. Most references to Metro/Windows 8 are still applicable. There's a lot of support, even if you think UWP is dead (according to the news media and google fanboys). There's also a lot of open-source apps for reference and learning.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups