xamarin / flex

Flex is a flexible box layout system written in C, designed to be easy to consume from other languages
MIT License
194 stars 28 forks source link

UWP support #21

Closed rmarinho closed 6 years ago

rmarinho commented 6 years ago

We need to compile Flex on windows, generate a native dll and a managed one. We need x86 , x64 and ARM support

lrz commented 6 years ago

Initial support landed as of c394e563da3ccd2cd772bfeb940c97a4140a937f

I still need to test if the .DLL files are actually working, but at least it compiles OK :)

lrz commented 6 years ago

Should we close this? It looks like the code compiles properly and the tests run fine on my PC environment.

rmarinho commented 6 years ago

yap!