Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 640 Bytes

Framebuffer

A work-in-progress Elixir NIF for interacting with Linux framebuffers. If possible, this will be a no-dependency library (apart from compilation build tools). This library only supports compilation on Linux.

Installation

def deps do
  [
    {:framebuffer, github: "livinginthepast/framebuffer"}
  ]
end

Thank yous / inspirations

This project could not have been completed without the following projects and posts. Thank you thank you thank you! 🙇🙇🙇🙏.