Hacker News new | ask | show | jobs
by wakaflockafliz 4012 days ago
Please forgive me if the title isn't 100% accurate. After thinking about it, this possibility of combining both native and web view rendering seems like it could be an interesting approach for a wide variety of potential use-cases.

Are there any nice tools out there for creating apps that render to both native + web?

2 comments

Create HTML app and pack it in some kind of shell (chromium embeeded, atom shell, nodewebkit)?
GTK3 has a HTML5 backend: https://developer.gnome.org/gtk3/stable/gtk-broadway.html

But i think you still need all the libs and stuff.