m***@gmail.com
2017-03-20 14:23:59 UTC
I realize we've got things like tkhtml and hv3 as well as gnocl::webkit, but how is there not a tightly integrated, works with core Tk, cross platform widget using webkit (or other HTML5, standards compliant engine)?
I can do some hackery like embed a chromium app-window into a tk frame, but that's not cross platform and I would like to be able to have tightly integrated script access (in the same sense as the canvas widget or the text widget) as well as have this work/easily compile against different graphical backends like sdlwish--that way I can drive and develop complex graphical interfaces straight from the framebuffer.
I know the usual chime in the OSS world is if you want it and it's missing, do it yourself. But I really do not have the C chops to implement this. Is there anything like a modern, well-supported html5 widget for standard Tk? Doesn't *have* to be webkit, but I assume that's the easiest to work with.
I can do some hackery like embed a chromium app-window into a tk frame, but that's not cross platform and I would like to be able to have tightly integrated script access (in the same sense as the canvas widget or the text widget) as well as have this work/easily compile against different graphical backends like sdlwish--that way I can drive and develop complex graphical interfaces straight from the framebuffer.
I know the usual chime in the OSS world is if you want it and it's missing, do it yourself. But I really do not have the C chops to implement this. Is there anything like a modern, well-supported html5 widget for standard Tk? Doesn't *have* to be webkit, but I assume that's the easiest to work with.