Packages

Interact with Linux framebuffers

Current section

Files

Jump to
framebuffer README.md
Raw

README.md

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