package
0.0.1
Repository: https://github.com/mewbak/framebuffer.git
Documentation: pkg.go.dev

# README

Simple Application

This example demonstrates the setup of a simple framebuffer application. It loads an image and displays it on screen.

Usage

$ go build
$ ./simpleapp

Press ^C to stop the application.