Hacker News new | ask | show | jobs
by abuzzooz 4478 days ago
Pinegrow looks awesome. May I ask about what library you used to write it on the Mac? Do you have an embedded HTML renderer, or did you write your own?
1 comments

Thanks! It's a Javascript app packaged with node-webkit. At first I packaged it as a Chrome App, but node-webkit was a lot more flexible and simple.

At the moment it uses Chromium to render HTML, but I'll add a custom renderer to support various templates.