jpd002/Play--CodeGen

Port to UWP (Windows 10)

vitordelucca opened this issue ยท 5 comments

Shouldn't be that hard as it already work in Win32!
PS: It would work on Xbox too ๐Ÿ‘

Tried it and seems to work with minimal changes. Only tried on my Windows 10 laptop, I'll have to try it on an Xbox One later.

Can you compile to ARM and send me the Appx? I would like to see if it work on Mobile :D

Humm, which device are you thinking of testing it on? Not too sure if the ARM jitter would generate code that would work with Windows's ABI.

Lumia 930. That's exactly why I want to try. I know that code generation is not exactly the same on Mobile. ๐Ÿ˜

Unfortunately, it's not going to work right off the bat. Windows on ARM only seem to support Thumb-2 instruction encoding which isn't supported by CodeGen yet.