Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to UWP (Windows 10) #11

Open
vitordelucca opened this issue Aug 1, 2016 · 5 comments
Open

Port to UWP (Windows 10) #11

vitordelucca opened this issue Aug 1, 2016 · 5 comments

Comments

@vitordelucca
Copy link

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

@jpd002
Copy link
Owner

jpd002 commented Aug 25, 2016

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.

@vitordelucca
Copy link
Author

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

@jpd002
Copy link
Owner

jpd002 commented Aug 26, 2016

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.

@vitordelucca
Copy link
Author

vitordelucca commented Aug 26, 2016

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

@jpd002
Copy link
Owner

jpd002 commented Oct 31, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants