Re: [go-nuts] need library suggestions on writing a record program

2016-11-28 Thread Justin Israel
Does a replacement have to be a terminal app or is that just to match the legacy look and feel? I haven't written apps in a terminal UI before, but I have spent many years writing Qt applications, so I would probably reach for Qt via https://github.com/therecipe/qt If you haven't written any Go

[go-nuts] need library suggestions on writing a record program

2016-11-28 Thread biatche
i'd like to rewrite an old dos medical patient record program in go for a friend. its not a complex program by any means i'd probably use go-sqlite3 for storage but its the terminal part where I'm confused. should i use gocui or termbox directly? the program will only have menus to be