Internal Mode
Been working on a Servo based google login (Internal Mode )(based on the servo slint example) in rust. I got far enough to be able to login, but it would take a lot more work in order to get to actually being able to login to google docs. This is my first rust project that goes beyond “Hello World!” so I have been trial and erroring my way through this proccess. I have realised that:
- My rust is not even close enough to being able to complete this within a reasonable timeframe(or ever)
- Servo doesn’t have any C#(my first and most experienced language) bindings(or not that I can find)
- CEF(Chromium Embedded Framework) does have C# bindings (Unfortunately is ALOT more bloated compared to Servo), aand Avalonia integration (I use Avalonia for the rest of the Google Docs App)
Servo based login: doopyelephant/ServoGoogleLogin
I Have started work on a CEF based google login in C#.
Hopefully it plays out :)
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.