>Which cross platform UI are you using? The short answer is none. Except for Shiny, It's all done from scratch, but here's the more-accurate answer:
- Event pipe and Screen rendering: exp/shiny - Windows and tiling: Done from scratch - Text management: Uses my amalgamated port <https://github.com/as/frame> of plan 9's libframe, which is currently missing utf-8 support, but provides an editable text widget with a bitmap cache - Font drawing: An official Go package exists for that too. The frame port has a font cache of questionable utility for drawing replacement characters with diagonal hex codes. - Mouse moving: Only works on Windows at this time, package here <https://github.com/as/cursor> On Friday, September 8, 2017 at 5:11:01 AM UTC-7, Guilherme Lino wrote: > > Hello, > > wow looks promising. > > Which cross platform UI are you using? > > Regards, > Lino > -- 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. For more options, visit https://groups.google.com/d/optout.