Many components still don't work properly, but we're close to parity with the Rust version.
Anyone wants to port a simple macOS app to Linux? Be my alpha tester.
Latest macOS Mail doesn't have a button to fetch mails anymore. I use this all the time, because I don't like waiting for the mails to arrive with over 10 mail accounts.
Now I need to click through the top menu or remember the hotkey.
Rendered a static button from a PNG on the canvas. Event handling is still not implemented and rendering quality is still not quite right. Might be because I'm rendering from a 2x texture to a 1x rectangle and the shrinking messes up the quality.
Considering to port the code to C++ and a lib for the rendering that handles the buffer scaling etc..