Hi,
I'd like to write an application (a browser for the
gemini protocol) for the kobo in go, but the only way I have found to draw to the screen from a go program is through fbink (which is great but a little limited for what I'd like).
Is there some other way to draw to the screen/get touchscreen events from a go program?
Thanks!