livinginthepast / framebuffer

Elixir NIF for interacting with Linux framebuffers
MIT License
1 stars 0 forks source link

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! 🙇🙇🙇🙏.