John Zedlewski's personal site

OxFFI

OxFfi is a "foreign function interface" that allows Ox programs to easily call compiled code in dynamic libraries without the need to write and compile wrappers.

To call a C function with oxffi, you just tell OxFFI the name and argument types of the function, and OxFFI returns an object that you can call just like a normal Ox function.

Requirements

You'll need the following to get started:

Installing OxFFI

Downloads:

Documentation:

Author:

John Zedlewski (johnzed at gmail dot com)

FAQ/Problems: