C++ and HTML as UI?
Ever Since I saw the post Raman Sharma: Building Metro Style Apps with C++ and JavaScript I wanted to create one such Hybrid app, after seeing the disaster the Win32 Resources look with it's pixelated resource file and Headache of a UI maintanence, I wondered if such an hybrid app could resolve some of those issues? The blog actually mentioned many motivations as to why we want to have such an hybrid app and the following stood out the strengths JavaScript Web Dynamic and Responsive UI C++ CPU/ GPU access and usage Image/Audio/Video Processing Compression/Encryption Prasers useful in Statics/Finance He also mentioned about the advantages of such Hybrid Apps but for me the following stood out Code Reusability Reuse of Complex and powerful C++ Native code and make a Dynamic HTML UI Creating one such interoperability between the HTML and Javascript can be explained by following figure we need to create a C++ WinRT Layer for an existing C++ code ...