Hacker News new | ask | show | jobs
by lelanthran 299 days ago
Yup. If you write your tool as mostly library with the main function just calling into your .so/.dll then the work to make a gui version of your program is minimal.

See this example: https://github.com/lelanthran/frame/blob/master/frame-browse...