Hacker News new | ask | show | jobs
by viperscape 3055 days ago
A bit of a stretch, but you can use Electron (https://electronjs.org/) which ties to nodejs, and use nodejs to call out to C.
1 comments

Or a webview using Webkit or IE11. There is a cross-platform wrapper in C99 [1]

[1]: https://github.com/zserge/webview

This is awesome, thanks for sharing !