fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

iOS: fix MetalAngle compile errors #1433

Closed mortend closed 2 years ago

mortend commented 2 years ago

This fixes compile errors and enables building using -DMETAL.

The -DMETAL flag was introduced in https://github.com/fuse-open/uno/pull/396.

Apps are crashing so it looks like more work is needed to support MetalANGLE in Fuselibs.

Closes #1432

ichan-mb commented 2 years ago

With this PR, now we can compile the iOS project with -DMetal without any errors.. 👍

ichan-mb commented 2 years ago

But when I test using simple app just showing a rectangle and run the application, it only show blank with a black screen

mortend commented 2 years ago

Cool, fixing compile errors is a start. I will look more into the other problems later.