Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenhack/framebuffer-go
Go library that implements image/draw.Image on top of the linux framebuffer (EXPERIMENTAL)
https://github.com/zenhack/framebuffer-go
Last synced: about 1 month ago
JSON representation
Go library that implements image/draw.Image on top of the linux framebuffer (EXPERIMENTAL)
- Host: GitHub
- URL: https://github.com/zenhack/framebuffer-go
- Owner: zenhack
- License: isc
- Created: 2013-05-25T03:22:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-25T02:26:43.000Z (over 11 years ago)
- Last Synced: 2024-10-22T07:02:58.490Z (3 months ago)
- Language: Go
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
A dead simple go library for interacting with the linux framebuffer
(implements image/draw.Image). Probably not ready for anything
production-y; was just a late night diversion.