Current section
Files
Jump to
Current section
Files
framebuffer
README.md
README.md
# Framebuffer
A work-in-progress Elixir NIF for interacting with Linux framebuffers.
## Installation
```elixir
def deps do
[
{:framebuffer, github: "livinginthepast/framebuffer"}
]
end
```