Automattic / Automattic/node-canvas
fbdev backend
Open
Feature
- Dominant language
- JavaScript
- Stars
- 10.7k
- Forks
- 1.2k
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 1
Description
Add support to use fbdev as a backend to paint directly on Linux console. It will not be the fastest one (it will be software rasterized), but it's easy to implement and could be a starting point to move to better ones. The most simple implementation would be to just paint the canvas pixels to the framebuffer device each time a `frame` event is dispatched. This could allow to have [basic graphics support on NodeOS](https://github.com/NodeOS/NodeOS/issues/39#issuecomment-77125958).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.