Quote:
Originally Posted by sherman
You can feed raw scanlines to fbink, so one can programmatically draw to a buffer, and pass that to FBink for display.
go-fbink-v2 for example has a convenience "PrintRBGA" function, which displays an image.RGBA. You could use a library like gg to draw to an image.RGBA, then display it with "PrintRBGA"
One of these days, it would be cool to have a pure Go solution for printing to screen, but that isn't today...
|
Oh awesome, I'll try that out!