G33kDude / Neutron.ahk

AutoHotkey Web GUIs on Steroids
https://www.autohotkey.com/boards/viewtopic.php?f=6&t=76865
MIT License
198 stars 27 forks source link

WebView2 Conversion / Trident end of life 2029 #39

Closed rpertusio closed 7 months ago

rpertusio commented 8 months ago

As of this post, the legacy WebView (Trident) engine is 5 years away from being discontinued by Microsoft.

Conversion to WebView2 would seem the next logical step, but would require significant rework.

The-CoDingman commented 7 months ago

As of this post, the legacy WebView (Trident) engine is 5 years away from being discontinued by Microsoft.

Conversion to WebView2 would seem the next logical step, but would require significant rework.

Thqby has written a WebView2 library that allows one to use a WebView2 instance inside of an AHK GUI. Their library is a little higher level than the Neutron library, because of this I've been working on a Library that extends Thqby's and aims to provide as close as possible to the same experience of using the Neutron Library.

https://github.com/thqby/ahk2_lib/tree/master/WebView2 https://github.com/The-CoDingman/WebViewToo

rpertusio commented 7 months ago

Thanks so much! I gave it a try and WebViewToo worked pretty well. What an exciting iteration. Thank you for the work you've done to make this a reality.