asciimoo / drawille

Pixel graphics in terminal with unicode braille characters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beginnings of a port to Go

xyproto opened this issue · comments

Hi,

Started porting drawille to Go, but I ran into some issues. It may be related to the rounding of numbers, not entirely sure yet.

https://github.com/xyproto/drawillego

The rotating cube example works, but it looks slightly wonky.

I write this in case you wanted to list the port together with the other ports and also for help if you should happen to spot the bug in the Go port.

Best regards,
Alexander Rødseth

hi,
@exrook also created a go implementation (https://github.com/exrook/drawille-go) maybe it helps.

That one also looks a bit wonky (the top sinus curve in the output of the basic example), so not much help there, but thanks for the pointer. :)