Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 428 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 428 Bytes

LJIT2RPi

LuaJIT FFI Interop to Raspberry Pi

Provides basic access to various Raspberry Pi libraries.

The Raspberry Pi is basically a Linux machine, with some specialized libraries. Gaining access to the core Linux routines is best achieved by using the ljsyscall project.

This project contains an earlier version of ljsyscall, as well as wrappers for the Pi specific libraries, particularly related to low level graphics.