Comment on Show HN: A game engine for the terminal in GoComments−vhost-11yThis is really awesome. I wonder if I can use this to make non-game terminal applications.−JayOtterOP11yYou absolutely can. That said, if your application is to look quite static and you don't really need the game-style render-loop, you could use Termbox directly (it's great):https://github.com/nsf/termbox-go
Comments
This is really awesome. I wonder if I can use this to make non-game terminal applications.
You absolutely can. That said, if your application is to look quite static and you don't really need the game-style render-loop, you could use Termbox directly (it's great):
https://github.com/nsf/termbox-go