zserge / lorca

Build cross-platform modern desktop apps in Go + HTML5
MIT License
8.04k stars 535 forks source link

File Save Dialog #71

Open tataDan opened 5 years ago

tataDan commented 5 years ago

The README.md states "native OS dialogs are still possible via 3rd-party libraries". Can anyone recommend any such library for implementing a file save dialog in Linux (or possibly Windows)?

HassanAlgoz commented 5 years ago

Simple cross-platform dialog API for go-lang: https://github.com/sqweek/dialog . I have been using it with no problems so far (only used .Load()).

ncruces commented 4 years ago

If you want to avoid CGO (as well as threading issues, event loops, etc), consider: https://github.com/ncruces/zenity