Hi,

I am looking for the easiest way to emulate ncurses using Go.

More precisely, I am looking for a snippet of code (an example basically) 
on how to do the following:

"put a given character directly on a location (x,y) on a terminal" using 
either Tcell or Termbox-go



or in pseudo-code:

*put("X", x, y)*



My aim is to build a "Game-of-life" like application. To this end I'll need 
to e able to address randomly locations on a terminal.

PS: I am trying to avoid goncurses, for portability reasons.

Thanks in advance,
Any help will be greatly appreciated.




-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/a2b17fb3-0774-44de-86bb-2937b06f2ca0%40googlegroups.com.

Reply via email to