#condraw
Written by @telecoda
Condraw is a drawing application for creating ASCII type artwork in the console.
It use the termbox-go library for rendering.
** Note: this project is very much work in progress at the moment, watch this space..**
##Building First fetch all the dependencies:
go get -u -v
go build
That's it.