Skip to content

andyleap/tinyfb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyFB

Inspired by TinyPTC, TinyFB offers a really simple way to put graphics on the screen. TinyFB is ideal for simple "demo-like" apps and similar.

To use:

t := tinyfb.New("Title", 640, 480)

go t.Run()

then loop, calling t.Update() with a correctly sized image.RGBA{}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages